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