DslConfig.DslConfigurationSection.IsReadOnly C# (CSharp) Méthode

IsReadOnly() public méthode

Gets a value indicating whether the T:System.Configuration.ConfigurationElement object is read-only.
public IsReadOnly ( ) : bool
Résultat bool
        public override bool IsReadOnly()
        {
            return false;
        }
DslConfigurationSection