WordService constructor (String, SPFarm)
Creates a new instance of WordService(String, SPFarm) on the specified SharePoint Server 2010 farm.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.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 WordService(name, farm)
public WordService(
string name,
SPFarm farm
)
Parameters
name
Type: System.StringNot used.
farm
Type: Microsoft.SharePoint.Administration.SPFarmAn SPFarm that specifies the SharePoint Server 2010 farm where the service is created.