CrawlRule.AuthenticationData Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationData As NameValueCollection
Get
'Usage
Dim instance As CrawlRule
Dim value As NameValueCollection
value = instance.AuthenticationData
public NameValueCollection AuthenticationData { get; }
Property Value
Type: System.Collections.Specialized.NameValueCollection