Method GetBindingValue
GetBindingValue(string)
Retrieves a binding for an unique ID.
Declaration
public Object GetBindingValue(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The binding key. |
Returns
Type | Description |
---|---|
Object | The value corresponding to the key – or null if the key doesn't exist. |