ConversionJob Constructor (Guid)
Initializes a new instance of the ConversionJob class based on the WordServiceApplicationProxy object specified by the id parameter.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Sub New ( _
id As Guid _
)
'Usage
Dim id As Guid
Dim instance As New ConversionJob(id)
public ConversionJob(
Guid id
)
Parameters
id
Type: System.GuidA Guid structure that specifies the WordServiceApplicationProxy object associated with the ConversionJob object.
Remarks
You can find the Guid structure for the WordServiceApplicationProxy object either through Windows PowerShell or the object model. This constructor is useful if the name of the service might change.