SetValue

public bool SetValue<T>(T value) ;

Set the value.

Type Parameter Name Description Type Constraints
T Value type.
Parameter Name Description
value The value to set.

Returns true if the value was set successfully.