Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration represents a site server level.
Namespace: Microsoft.SharePoint.Client.Search.Administration
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Enumeration SearchObjectLevel
'Usage
Dim instance As SearchObjectLevel
public enum SearchObjectLevel
Members
| Member name | Description | |
|---|---|---|
| SPWeb | Value: 0Represents the level of a site server site. | |
| SPSite | Value: 1Represents the level of a site server site collection. | |
| SPSiteSubscription | Value: 2Represents the level of a site server tenant. | |
| Ssa | Value: 3Represents the level of a site server search service application. |