[LabelAttribute("Historian")] public int? HistorianID { get; set; }
<LabelAttribute("Historian")> Public Property HistorianID As Integer? Get Set
public: [LabelAttribute(L"Historian")] property Nullable<int> HistorianID { Nullable<int> get (); void set (Nullable<int> value); }
[<LabelAttribute("Historian")>] member HistorianID : Nullable<int> with get, set
function get_HistorianID(); function set_HistorianID(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.