GetUserPropertiesCompletedEventArgs2.UserPropertyExtensions Property
Gets the GetUserPropertiesAsync object.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public IUserExtension2Properties UserPropertyExtensions { get; }
public:
property IUserExtension2Properties^ UserPropertyExtensions {
IUserExtension2Properties^ get();
}
Public ReadOnly Property UserPropertyExtensions As IUserExtension2Properties
Property Value
Type: Microsoft.WindowsServerSolutions.Common.IUserExtension2Properties
Returns IUserExtension2Properties.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
GetUserPropertiesCompletedEventArgs2 Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top