IUserExtensionProperties.Roles Property
Gets a list of IUserRole roles to which the user belongs.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
IList<IUserRole> Roles { get; }
property IList<IUserRole^>^ Roles {
IList<IUserRole^>^ get();
}
ReadOnly Property Roles As IList(Of IUserRole)
Property Value
Type: System.Collections.Generic.IList<IUserRole>
Returns IList<T>.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top