ErrorInformation.HttpStatusCode - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property HttpStatusCode As Nullable(Of HttpStatusCode)
Get
Set
'Utilisation
Dim instance As ErrorInformation
Dim value As Nullable(Of HttpStatusCode)
value = instance.HttpStatusCode
instance.HttpStatusCode = value
public Nullable<HttpStatusCode> HttpStatusCode { get; set; }
Valeur de propriété
Type : System.Nullable<HttpStatusCode>