Click or drag to resize

AdapterBaseName Property

Gets or sets the name of this AdapterBase.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual string Name { get; set; }
View Source

Property Value

String

Implements

IAdapterName
IProvideStatusName
Remarks
Derived classes should provide a name for the adapter.
See Also