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