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