Share via


TranslationJob.JobId property

Gets the unique ID of the translation job.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

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

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

Property value

Type: System.Guid

See also

Reference

TranslationJob class

TranslationJob members

Microsoft.Office.TranslationServices namespace