|
OneSecondDataWindowAdapterBaseSourceMeasurementTable Property
|
Gets or sets the source measurement table to use for configuration.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"ActiveMeasurements")]
virtual property String^ SourceMeasurementTable {
String^ get ();
void set (String^ value);
}
function get_SourceMeasurementTable();
function set_SourceMeasurementTable(value);
View SourceProperty Value
String
See Also