[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Runtime.SourceTable"]
[RequiredAttribute]
[StringLengthAttribute(200)]
public string SourceTable { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property SourceTable As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ SourceTable {
String^ get ();
void set (String^ value);
}
function get_SourceTable();
function set_SourceTable(value);