IConfigurationSectionWriteProperty Method
 | 
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
void WriteProperty(
        string name,
        Object defaultValue
)
 
Sub WriteProperty ( 
        name As String,
        defaultValue As Object
)
 
void WriteProperty(
        String^ name, 
        Object^ defaultValue
)
 
abstract WriteProperty : 
        name : string * 
        defaultValue : Object -> unit 
 
 
 
Parameters
- name
 
- Type: SystemString
 
- defaultValue
 
- Type: SystemObject
 
 
See Also