PalettePersistEventArgsConfigurationSection Property
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public IConfigurationSection ConfigurationSection { get; }
 
Public ReadOnly Property ConfigurationSection As IConfigurationSection
        Get
 
public:
property IConfigurationSection^ ConfigurationSection {
        IConfigurationSection^ get ();
}
 
member ConfigurationSection : IConfigurationSection with get
 
 
 
Property Value
Type: 
IConfigurationSection 
See Also