|
IIndependentAdapterManagerSourceMeasurementTable 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.248-beta
Syntaxstring SourceMeasurementTable { get; set; }
Property SourceMeasurementTable As String
Get
Set
property String^ SourceMeasurementTable {
String^ get ();
void set (String^ value);
}
abstract SourceMeasurementTable : string with get, set
function get_SourceMeasurementTable();
function set_SourceMeasurementTable(value);
View SourceProperty Value
String
See Also