[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.VendorDeviceID"]
[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);
}
function get_VendorDeviceID();
function set_VendorDeviceID(value);