CookieCredentials.ErrorPage, propriété (Microsoft.Office.Server.Search.Federation)
Initializes a new instance of the CookieCredentials class with the specified cookie-based logon error page URL.
Espace de noms : Microsoft.Office.Server.Search.Federation
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property ErrorPage As Uri
'Utilisation
Dim instance As CookieCredentials
Dim value As Uri
value = instance.ErrorPage
instance.ErrorPage = value
public Uri ErrorPage { get; set; }
Valeur de la propriété
A string that represents the error page URL.
Voir aussi
Référence
CookieCredentials, classe
Membres CookieCredentials
Microsoft.Office.Server.Search.Federation, espace de noms
CookieAuthdata
FormsCredentials
Autres ressources
Vue d'ensemble de la recherche fédérée
Exemple de composant WebPart pour la recherche fédérée personnalisé