次の方法で共有


ErrorInformation.HttpStatusCode プロパティ

名前空間:  Microsoft.SharePoint.Client
アセンブリ:  Microsoft.SharePoint.Client.ServerRuntime (Microsoft.SharePoint.Client.ServerRuntime.dll 内)

構文

'宣言
Public Property HttpStatusCode As Nullable(Of HttpStatusCode)
    Get
    Set
'使用
Dim instance As ErrorInformation
Dim value As Nullable(Of HttpStatusCode)

value = instance.HttpStatusCode

instance.HttpStatusCode = value
public Nullable<HttpStatusCode> HttpStatusCode { get; set; }

プロパティ値

型: System.Nullable<HttpStatusCode>

関連項目

参照先

ErrorInformation クラス

ErrorInformation メンバー

Microsoft.SharePoint.Client 名前空間