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