CookieCredentials.ErrorPage Property
Initializes a new instance of the CookieCredentials class with the specified cookie-based logon error page URL.
Namespace: Microsoft.Office.Server.Search.Federation
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ErrorPage As Uri
Get
Set
'Usage
Dim instance As CookieCredentials
Dim value As Uri
value = instance.ErrorPage
instance.ErrorPage = value
public Uri ErrorPage { get; set; }
Property Value
Type: System.Uri
A string that represents the error page URL.
See Also
Reference
Microsoft.Office.Server.Search.Federation Namespace
CookieAuthdata