|
AdapterCollectionBaseTOutputSourceIDs Property
|
Gets or sets
Source values used to filter output measurements.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public virtual string[] OutputSourceIDs { get; set; }
Public Overridable Property OutputSourceIDs As String()
Get
Set
public:
virtual property array<String^>^ OutputSourceIDs {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract OutputSourceIDs : string[] with get, set
override OutputSourceIDs : string[] with get, set
function get_OutputSourceIDs();
function set_OutputSourceIDs(value);
View SourceProperty Value
StringRemarks
The collection classes simply track this value if assigned, no automatic action is taken.
See Also