SetValue
SetValue(object)
public void SetValue(object value) ;
Description
Set the value
Parameters
| Parameter Name | Description | 
|---|---|
| value | The value to be set | 
SetValue<T>(T)
public void SetValue<T>(T value) ;
Description
Set the value.
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Value type | 
Parameters
| Parameter Name | Description | 
|---|---|
| value | Value |