Share via


IUserExtension.AddUserPropertiesAsync Method (IUserExtensionProperties, String)

 

Asynchronously adds the extension properties for a particular user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

void AddUserPropertiesAsync(
    IUserExtensionProperties userExtensionProperties,
    string password
)
void AddUserPropertiesAsync(
    IUserExtensionProperties^ userExtensionProperties,
    String^ password
)
Sub AddUserPropertiesAsync (
    userExtensionProperties As IUserExtensionProperties,
    password As String
)

Parameters

  • password
    Type: System.String

    User-entered password or null (to assign a random user password).

Remarks

Subscribe to the AddUserPropertiesCompleted event to obtain the result of this method call.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top