[XmlElementAttribute] [DataMemberAttribute(Order = 15)] public bool IsAuthenticated { get; set; }
<XmlElementAttribute> <DataMemberAttribute(Order := 15)> Public Property IsAuthenticated As Boolean Get Set
public: [XmlElementAttribute] [DataMemberAttribute(Order = 15)] property bool IsAuthenticated { bool get (); void set (bool value); }
[<XmlElementAttribute>] [<DataMemberAttribute(Order = 15)>] member IsAuthenticated : bool with get, set
function get_IsAuthenticated(); function set_IsAuthenticated(value);
Copyright © 2017, Grid Protection Alliance. All Rights Reserved.