de la propiedad RESTfulOperationContext.StatusCode
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property StatusCode As Nullable(Of HttpStatusCode)
Get
Set
'Uso
Dim instance As RESTfulOperationContext
Dim value As Nullable(Of HttpStatusCode)
value = instance.StatusCode
instance.StatusCode = value
public Nullable<HttpStatusCode> StatusCode { get; set; }
Valor de propiedad
Tipo: System.Nullable<HttpStatusCode>