TranslationJob.JobId property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.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