Click or drag to resize

UserDataGroups Property

Gets a read-only list of all the groups the user belongs to.

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

Property Value

ListString
See Also