IConfigurationSectionContainsSubsection Method
 | 
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
bool ContainsSubsection(
        string name
)
 
Function ContainsSubsection ( 
        name As String
) As Boolean
 
bool ContainsSubsection(
        String^ name
)
 
abstract ContainsSubsection : 
        name : string -> bool 
 
 
 
Parameters
- name
 
- Type: SystemString
 
Return Value
Type: 
Boolean 
See Also