Share via


IUserExtension.GetUserPropertiesAsync Method (String)

 

Asynchronously gets the extension properties 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

Remarks

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

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top