CookiesAuthenticationControl.GetErrorPageLocations method

Returns an array of URLs containing the locations of error Web pages.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetErrorPageLocations As String()
'Usage
Dim instance As CookiesAuthenticationControl
Dim returnValue As String()

returnValue = instance.GetErrorPageLocations()
public string[] GetErrorPageLocations()

Return value

Type: []
The string array of URLs of the Web page locations.

See also

Reference

CookiesAuthenticationControl class

CookiesAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace