SPWebService constructor (String, SPFarm)
Initialize a new instance of the SPWebService class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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 SPWebService(name, farm)
public SPWebService(
string name,
SPFarm farm
)
Parameters
name
Type: System.StringThe name of the new Web service.
farm
Type: Microsoft.SharePoint.Administration.SPFarmThe farm on which to install the new Web service.