SearchQueryAndSiteSettingsServiceProxy constructor (String, SPFarm)
Initializes a new instance of the SearchQueryAndSiteSettingsServiceProxy class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
farm As SPFarm _
)
'Usage
Dim name As String
Dim farm As SPFarm
Dim instance As New SearchQueryAndSiteSettingsServiceProxy(name, farm)
public SearchQueryAndSiteSettingsServiceProxy(
string name,
SPFarm farm
)
Parameters
name
Type: System.StringThe name of the SearchQueryAndSiteSettingsServiceProxy.
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe server farm that will host the new Web service proxy.
See also
Reference
SearchQueryAndSiteSettingsServiceProxy class
SearchQueryAndSiteSettingsServiceProxy members