IConfigurationSectionDeleteSubsection Method
 | 
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
void DeleteSubsection(
        string name
)
 
Sub DeleteSubsection ( 
        name As String
)
 
void DeleteSubsection(
        String^ name
)
 
abstract DeleteSubsection : 
        name : string -> unit 
 
 
 
Parameters
- name
 
- Type: SystemString
 
 
See Also