|
IIndependentAdapterManagerPerAdapterOutputNames Property
|
Gets output measurement names to use for each adapter.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
SyntaxReadOnlyCollection<string> PerAdapterOutputNames { get; }
ReadOnly Property PerAdapterOutputNames As ReadOnlyCollection(Of String)
Get
property ReadOnlyCollection<String^>^ PerAdapterOutputNames {
ReadOnlyCollection<String^>^ get ();
}
abstract PerAdapterOutputNames : ReadOnlyCollection<string> with get
function get_PerAdapterOutputNames();
View SourceProperty Value
ReadOnlyCollectionString
See Also