|
UserDataGroups Property
|
Gets a read-only list of all the groups the user belongs to.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntax[XmlArrayAttribute]
[XmlArrayItemAttribute("Group")]
[DataMemberAttribute(Order = 15)]
public List<string> Groups { get; set; }
<XmlArrayAttribute>
<XmlArrayItemAttribute("Group")>
<DataMemberAttribute(Order := 15)>
Public Property Groups As List(Of String)
Get
Set
public:
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"Group")]
[DataMemberAttribute(Order = 15)]
property List<String^>^ Groups {
List<String^>^ get ();
void set (List<String^>^ value);
}
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute("Group")>]
[<DataMemberAttribute(Order = 15)>]
member Groups : List<string> with get, set
function get_Groups();
function set_Groups(value);
View SourceProperty Value
ListString
See Also