|
|
◆ TryGetFor()
Gets the value of type TValue for the client .
- Parameters
-
| client | The component requesting the value, if request is coming from a component; otherwise, null. |
| value | When this method returns, contains the value of type TValue , if available; otherwise, the default value of TValue . This parameter is passed uninitialized. |
- Returns
true if a value was provided; otherwise, false.
|