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.
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
userExtensionProperties
Type: Microsoft.WindowsServerSolutions.Common.IUserExtensionPropertiesExtension properties for a particular user.
password
Type: System.StringUser-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