ResponseInformation.StatusCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status code returned by the server.
public:
property unsigned int StatusCode { unsigned int get(); };
uint32_t StatusCode();
public uint StatusCode { get; }
var uInt32 = responseInformation.statusCode;
Public ReadOnly Property StatusCode As UInteger
Property Value
The status code returned by the server.