|
IActionAdapter.InputSourceIDs Property
|
Gets or sets
Source values used to filter input measurement keys.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.250-beta
Syntaxstring[] InputSourceIDs { get; set; }
Property InputSourceIDs As String()
Get
Set
property array<String^>^ InputSourceIDs {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract InputSourceIDs : string[] with get, set
function get_InputSourceIDs();
function set_InputSourceIDs(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 to apply no filter.
See Also