[]
Updates the property in TObject. It is used to update the child property manually instead of the default one.
protected virtual bool UpdateProperty(string key, object value)
| Type | Name | Description |
|---|---|---|
| string | key | The property name. |
| object | value | The value of the property. |
| Type | Description |
|---|---|
| bool | A boolean value indicates whether to use the default update. True to skip the default update. Otherwise, use the default update. |