Share via


WebRequestExecutor.StatusCode property

Gets the status of the response.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property StatusCode As HttpStatusCode
    Get
'Usage
Dim instance As WebRequestExecutor
Dim value As HttpStatusCode

value = instance.StatusCode
public abstract HttpStatusCode StatusCode { get; }

Property value

Type: System.Net.HttpStatusCode
The status of the response.

See also

Reference

WebRequestExecutor class

WebRequestExecutor members

Microsoft.SharePoint.Client namespace