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