Share via


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

See Also

AddUserPropertiesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top