[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.PhasorValues.DeviceID"]
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);
}
function get_DeviceID();
function set_DeviceID(value);