Click or drag to resize

UserDataRoles Property

Gets a read-only list of all the roles assigned to the user.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
[XmlArrayAttribute]
[XmlArrayItemAttribute("Role")]
[DataMemberAttribute(Order = 16)]
public List<string> Roles { get; set; }
View Source

Property Value

ListString
See Also