Share via


AddUserPropertiesCompletedEventArgs.UserPassword Property

 

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