de la propiedad AuthenticationCompletedEventArgs.HttpStatusCode
Obtiene el HttpStatusCode de la operación de autenticación.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
Public Property HttpStatusCode As Nullable(Of HttpStatusCode)
Get
Private Set
'Uso
Dim instance As AuthenticationCompletedEventArgs
Dim value As Nullable(Of HttpStatusCode)
value = instance.HttpStatusCode
public Nullable<HttpStatusCode> HttpStatusCode { get; private set; }
Valor de propiedad
Tipo: System.Nullable<HttpStatusCode>
Vea también
Referencia
clase AuthenticationCompletedEventArgs