[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.ActiveMeasurement.CompanyID"]
public int? CompanyID { get; set; }
Public Property CompanyID As Integer? Get Set
public: property Nullable<int> CompanyID { Nullable<int> get (); void set (Nullable<int> value); }
function get_CompanyID(); function set_CompanyID(value);
In This Article