CrawlRule.AuthenticationPath property

Gets the authentication path used for a forms auth'd request. return authentication path in case of InclusionRule with authentication type FormRuleAccess null otherwise

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

Syntax

'Declaration
Public ReadOnly Property AuthenticationPath As String
    Get
'Usage
Dim instance As CrawlRule
Dim value As String

value = instance.AuthenticationPath
public string AuthenticationPath { get; }

Property value

Type: System.String
Returns String.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace