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