ErrorInformation.HttpStatusCode propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property HttpStatusCode As Nullable(Of HttpStatusCode)
Get
Set
'Uso
Dim instance As ErrorInformation
Dim value As Nullable(Of HttpStatusCode)
value = instance.HttpStatusCode
instance.HttpStatusCode = value
public Nullable<HttpStatusCode> HttpStatusCode { get; set; }
Valor de propriedade
Tipo: System.Nullable<HttpStatusCode>