public int? DeviceID { get; set; }
Public Property DeviceID As Integer? Get Set
public: property Nullable<int> DeviceID { Nullable<int> get (); void set (Nullable<int> value); }
member DeviceID : Nullable<int> with get, set
function get_DeviceID(); function set_DeviceID(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.