Click or drag to resize

AdapterCollectionBase<T> .Enabled Property

Gets or sets enabled state of this AdapterCollectionBase<T>.

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

Property Value

Boolean

Implements

ISupportLifecycle.Enabled
See Also