IUserExtension2.DeleteUserPropertiesAsync Method (String)
Deletes the extension properties asynchronously 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
userName
Type: System.StringThe account name of the user.
Remarks
This is only available on Small Business Server 2011 Essentials.
Subscribe to the event DeleteUserPropertiesCompleted to obtain the result.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top