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.
Initializes a new instance of the AddUserPropertiesCompletedEventArgs class.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
public AddUserPropertiesCompletedEventArgs(
    string password,
    UserExtensionException error
)
public:
AddUserPropertiesCompletedEventArgs(
    String^ password,
    UserExtensionException^ error
)
Public Sub New (
    password As String,
    error As UserExtensionException
)
Parameters
- password 
 Type: System.String- User password. 
- error 
 Type: Microsoft.WindowsServerSolutions.Common.UserExtensionException- Any error that occurred during the asynchronous operation. 
See Also
AddUserPropertiesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top