Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the password.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string Password { get; internal set; }
public:
property String^ Password {
String^ get();
internal: void set(String^ value);
}
Public Property Password As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String containing the password.
Remarks
The built-in UI uses this field to pass password information to an adorner.
See Also
FormPropertyBag Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top