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