[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.ActiveMeasurement.ID"]
public string ID { get; set; }
Public Property ID As String
Get
Set
public:
property String^ ID {
String^ get ();
void set (String^ value);
}
function get_ID();
function set_ID(value);