AuthenticationData.SearchApplication Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SearchApplication As SearchServiceApplication
Get
Set
'Usage
Dim instance As AuthenticationData
Dim value As SearchServiceApplication
value = instance.SearchApplication
instance.SearchApplication = value
public SearchServiceApplication SearchApplication { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplication