[XmlAttributeAttribute] [DataMemberAttribute(Order = 0)] public string Key { get; set; }
<XmlAttributeAttribute> <DataMemberAttribute(Order := 0)> Public Property Key As String Get Set
public: [XmlAttributeAttribute] [DataMemberAttribute(Order = 0)] property String^ Key { String^ get (); void set (String^ value); }
[<XmlAttributeAttribute>] [<DataMemberAttribute(Order = 0)>] member Key : string with get, set
function get_Key(); function set_Key(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.