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.
Gets the user password.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public string UserPassword { get; }
public:
property String^ UserPassword {
String^ get();
}
Public ReadOnly Property UserPassword As String
Property Value
Type: System.String
Returns String.
Exceptions
Exception | Condition |
---|---|
UserExtensionException | An error occurred during the asynchronous operation. |
See Also
AddUserPropertiesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top