Share via


ConversionJob.JobId property

Gets a Nullable<Guid> structure that specifies the unique ID for this job.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public ReadOnly Property JobId As Guid
    Get
'Usage
Dim instance As ConversionJob
Dim value As Guid

value = instance.JobId
public Guid JobId { get; }

Property value

Type: System.Guid
A Nullable<T> object.

Remarks

This value is created whenever a conversion job is started. Use this property to query the conversion job queue.

See also

Reference

ConversionJob class

ConversionJob members

Microsoft.Office.Word.Server.Conversions namespace