WebRequestExecutor.StatusCode 属性
Gets the status of the response.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public MustOverride ReadOnly Property StatusCode As HttpStatusCode
Get
用法
Dim instance As WebRequestExecutor
Dim value As HttpStatusCode
value = instance.StatusCode
public abstract HttpStatusCode StatusCode { get; }
属性值
类型:System.Net.HttpStatusCode
The status of the response.