SearchServiceApplication.SearchApplicationType Property
Gets the type of the current SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SearchApplicationType As SearchServiceApplicationType
Get
Private Set
'Usage
Dim instance As SearchServiceApplication
Dim value As SearchServiceApplicationType
value = instance.SearchApplicationType
public SearchServiceApplicationType SearchApplicationType { get; private set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationType
The type of the current SearchServiceApplication. The default type is Regular.
See Also
Reference
SearchServiceApplication Class