GetUserPropertiesCompletedEventArgs.UserPropertyExtensions Property
Gets the IUserExtensionProperties object.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public IUserExtensionProperties UserPropertyExtensions { get; }
public:
property IUserExtensionProperties^ UserPropertyExtensions {
IUserExtensionProperties^ get();
}
Public ReadOnly Property UserPropertyExtensions As IUserExtensionProperties
Property Value
Type: Microsoft.WindowsServerSolutions.Common.IUserExtensionProperties
Returns IUserExtensionProperties.
Exceptions
Exception | Condition |
---|---|
UserExtensionException | An error occurred during the asynchronous operation. |
See Also
GetUserPropertiesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top