AuthenticationCompletedEventArgs.HttpStatusCode propriedade
Obtém o HttpStatusCode da operação de autenticação.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Nullable<HttpStatusCode>
Ver também
Referência
AuthenticationCompletedEventArgs classe