Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously updates the extension properties for a particular user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void UpdateUserPropertiesAsync(
IUserExtensionProperties userExtensionProperties
)
void UpdateUserPropertiesAsync(
IUserExtensionProperties^ userExtensionProperties
)
Sub UpdateUserPropertiesAsync (
userExtensionProperties As IUserExtensionProperties
)
Parameters
userExtensionProperties
Type: Microsoft.WindowsServerSolutions.Common.IUserExtensionPropertiesExtension properties for a particularuser.
Remarks
Subscribe to the UpdateUserPropertiesCompleted event to obtain the result of this method call.
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top