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