[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Measurement.PointID"]
[LabelAttribute("Point ID")]
[PrimaryKeyAttribute(true)]
public int PointID { get; set; }
<LabelAttribute("Point ID")>
<PrimaryKeyAttribute(true)>
Public Property PointID As Integer
Get
Set
public:
[LabelAttribute(L"Point ID")]
[PrimaryKeyAttribute(true)]
property int PointID {
int get ();
void set (int value);
}
function get_PointID();
function set_PointID(value);