IUserExtension2.GetUserPropertiesAsync Method (String)
Gets the extension properties asynchronously for a particular user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void GetUserPropertiesAsync(
string userName
)
void GetUserPropertiesAsync(
String^ userName
)
Sub GetUserPropertiesAsync (
userName As String
)
Parameters
userName
Type: System.StringThe account name of the user.
Remarks
This is only available on Small Business Server 2011 Essentials.
Subscribe to the event UpdateUserPropertiesCompleted to obtain the result.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top