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.
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