Свойство | Тип | Описание | |
---|---|---|---|
ForceDeclaration | void | ||
RevertToParent | void | ||
SectionInformation | System.Collections | ||
SetName | void | ||
SetParentSection | void |
Метод | Описание | |
---|---|---|
ForceDeclaration ( ) : void | ||
GetParentSection ( ) : ConfigurationSection | ||
GetRawXml ( ) : string | ||
ProtectSection ( string provider ) : void | ||
SetRawXml ( string xml ) : void | ||
UnprotectSection ( ) : void |
Метод | Описание | |
---|---|---|
ForceDeclaration ( bool require ) : void | ||
RevertToParent ( ) : void | ||
SectionInformation ( ) : System.Collections | ||
SetName ( string name ) : void | ||
SetParentSection ( ConfigurationSection parent ) : void |
public GetParentSection ( ) : ConfigurationSection | ||
Результат | ConfigurationSection |
public ProtectSection ( string provider ) : void | ||
provider | string | |
Результат | void |