Property | Type | Description | |
---|---|---|---|
ForceDeclaration | void | ||
RevertToParent | void | ||
SectionInformation | System.Collections | ||
SetName | void | ||
SetParentSection | void |
Method | Description | |
---|---|---|
ForceDeclaration ( ) : void | ||
GetParentSection ( ) : ConfigurationSection | ||
GetRawXml ( ) : string | ||
ProtectSection ( string provider ) : void | ||
SetRawXml ( string xml ) : void | ||
UnprotectSection ( ) : void |
Method | Description | |
---|---|---|
ForceDeclaration ( bool require ) : void | ||
RevertToParent ( ) : void | ||
SectionInformation ( ) : System.Collections | ||
SetName ( string name ) : void | ||
SetParentSection ( ConfigurationSection parent ) : void |
public GetParentSection ( ) : ConfigurationSection | ||
return | ConfigurationSection |
public ProtectSection ( string provider ) : void | ||
provider | string | |
return | void |