ResponseMessage.IsSuccess

ResponseMessage.IsSuccess property

Gets a value indicating whether this message is success.

public bool IsSuccess { get; }

Property Value

true if this instance is success; otherwise, false.

See Also