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