Share via


ResponseSummary.StatusCode Property

 

A ResponseStatusCode Enumeration value indicating whether or not the request was fulfilled. Get this property from the service response.

Syntax

public StatusCode StatusCode { set; get; }
Public Property StatusCode As StatusCode

Remarks

If the StatusCode property value is BadRequest or ServerError, then the corresponding fault message is in the ResponseSummary.FaultReason Property.