[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Measurement.DeviceID"]
[ParentKeyAttribute(typeof(Device))]
public int? DeviceID { get; set; }
<ParentKeyAttribute(GetType(Device))>
Public Property DeviceID As Integer?
Get
Set
public:
[ParentKeyAttribute(typeof(Device))]
property Nullable<int> DeviceID {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get_DeviceID();
function set_DeviceID(value);