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