SearchQueryAndSiteSettingsServiceInstance Class

Represents an instance of the SearchQueryAndSiteSettingsService that is installed on a single server in a server farm.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceInstance
          Microsoft.SharePoint.Administration.SPIisWebServiceInstance
            Microsoft.Office.Server.Search.Administration.SearchQueryAndSiteSettingsServiceInstance

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

Syntax

'Declaration
<GuidAttribute("230C09FC-930A-4867-8C2F-8D971D345977")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SearchQueryAndSiteSettingsServiceInstance _
    Inherits SPIisWebServiceInstance
'Usage
Dim instance As SearchQueryAndSiteSettingsServiceInstance
[GuidAttribute("230C09FC-930A-4867-8C2F-8D971D345977")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SearchQueryAndSiteSettingsServiceInstance : SPIisWebServiceInstance

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SearchQueryAndSiteSettingsServiceInstance Members

Microsoft.Office.Server.Search.Administration Namespace