[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);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.