Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the status code of the HTTP response.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property StatusCode As Integer
Get
Set
'Usage
Dim instance As WebResponseInfo
Dim value As Integer
value = instance.StatusCode
instance.StatusCode = value
public int StatusCode { get; set; }
Property value
Type: System.Int32
The status code of the HTTP response.