Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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