|   | OutputAdapterBaseInputSourceIDs Property | 
        
        
            Gets or sets 
Source values used to filter input measurements.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual string[] InputSourceIDs { get; set; }Public Overridable Property InputSourceIDs As String()
	Get
	Set
public:
virtual property array<String^>^ InputSourceIDs {
	array<String^>^ get ();
	void set (array<String^>^ value);
}abstract InputSourceIDs : string[] with get, set
override InputSourceIDs : string[] with get, set
function get_InputSourceIDs();
function set_InputSourceIDs(value);
Property Value
StringImplements
IOutputAdapterInputSourceIDs Remarks
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
See Also