Click or drag to resize

ConfigurationLoaderBaseCanAugment Property

Gets the flag that indicates whether augmentation is supported by this configuration loader.

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public abstract bool CanAugment { get; }
View Source

Property Value

Boolean

Implements

IConfigurationLoaderCanAugment
See Also