CookieAuthData.ErrorPageUrl - Propriété
Obtient ou définit l'URL de page d'erreur pour l'ouverture de session de l'authentification basée sur les cookies
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property ErrorPageUrl As String
Get
Set
'Utilisation
Dim instance As CookieAuthData
Dim value As String
value = instance.ErrorPageUrl
instance.ErrorPageUrl = value
public string ErrorPageUrl { get; set; }
Valeur de propriété
Type : System.String
Chaîne représentant l'URL de la page d'erreur d'ouverture de session.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms