AddUserPropertiesCompletedEventArgs Constructor (String, UserExtensionException)
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.StringUser password.
error
Type: Microsoft.WindowsServerSolutions.Common.UserExtensionExceptionAny error that occurred during the asynchronous operation.
See Also
AddUserPropertiesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top