AuthenticationCompletedEventArgs.HttpStatusCode - Propriété
Obtient la HttpStatusCode de l'opération d'authentification.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public Property HttpStatusCode As Nullable(Of HttpStatusCode)
Get
Private Set
'Utilisation
Dim instance As AuthenticationCompletedEventArgs
Dim value As Nullable(Of HttpStatusCode)
value = instance.HttpStatusCode
public Nullable<HttpStatusCode> HttpStatusCode { get; private set; }
Valeur de propriété
Type : System.Nullable<HttpStatusCode>
Voir aussi
Référence
AuthenticationCompletedEventArgs classe