IUserExtension2.AddUserPropertiesAsync Method (IUserExtension2Properties, String)
Adds the extension properties asynchronously for a particular user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void AddUserPropertiesAsync(
IUserExtension2Properties userExtensionProperties,
string password
)
void AddUserPropertiesAsync(
IUserExtension2Properties^ userExtensionProperties,
String^ password
)
Sub AddUserPropertiesAsync (
userExtensionProperties As IUserExtension2Properties,
password As String
)
Parameters
userExtensionProperties
Type: Microsoft.WindowsServerSolutions.Common.IUserExtension2PropertiesThe extension properties for a particular user.
password
Type: System.StringThe password entered by the user.
Remarks
This is only available on Small Business Server 2011 Essentials.
Subscribe to the event AddUserPropertiesCompletedEventArgs to obtain the result.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top