Method SetBindingValue
SetBindingValue(string, Object)
Binds a particular ID to an Object value.
Declaration
public void SetBindingValue(string id, Object value)
Parameters
Type | Name | Description |
---|---|---|
string | id | The unique ID key. |
Object | value | The value for the key. |