JsonWebServiceResponse<TValue>.Value property

Gets the value, if any.

public TValue Value { get; }

Property Value

The value, if any.

Remarks

The Value will be null if the response content was not JSON or could not be deserialized into an instance of TValue.

See Also