Share via


IUserExtension.DeleteUserPropertiesAsync Method (String)

 

Asynchronously deletes the extension properties for a particular user.

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

Syntax

void DeleteUserPropertiesAsync(
    string userName
)
void DeleteUserPropertiesAsync(
    String^ userName
)
Sub DeleteUserPropertiesAsync (
    userName As String
)

Parameters

Remarks

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

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top