Schema.SearchApplication property

Gets the Search service application associated with the Schema object.

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

Syntax

'Declaration
Public ReadOnly Property SearchApplication As IInternalSearchServiceApplication
    Get
'Usage
Dim instance As Schema
Dim value As IInternalSearchServiceApplication

value = instance.SearchApplication
public IInternalSearchServiceApplication SearchApplication { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.IInternalSearchServiceApplication
The Search service application.

See also

Reference

Schema class

Schema members

Microsoft.Office.Server.Search.Administration namespace