| 
            
              XMLConfigurationLoaderCanAugment Property
             | 
          
        
        
            Gets the flag that indicates whether augmentation is supported by this configuration loader.
            
        
        Namespace: GSF.TimeSeries.ConfigurationAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic override bool CanAugment { get; }Public Overrides ReadOnly Property CanAugment As Boolean
	Get
public:
virtual property bool CanAugment {
	bool get () override;
}abstract CanAugment : bool with get
override CanAugment : bool with get
function get_CanAugment();
 View SourceProperty Value
BooleanImplements
IConfigurationLoaderCanAugment
See Also