|
IInputAdapter.OutputSourceIDs Property
|
Gets or sets
Source values used to filter output measurements.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.241-beta
Syntaxstring[] OutputSourceIDs { get; set; }
Property OutputSourceIDs As String()
Get
Set
property array<String^>^ OutputSourceIDs {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract OutputSourceIDs : string[] with get, set
function get_OutputSourceIDs();
function set_OutputSourceIDs(value);
Property Value
String[]
Remarks
This allows an adapter to associate itself with entire collections of measurements based on the source of the measurement keys.
Set to null apply no filter.
See Also