TranslationItemInfo.TranslationId property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public ReadOnly Property TranslationId As Guid
Get
'Usage
Dim instance As TranslationItemInfo
Dim value As Guid
value = instance.TranslationId
public Guid TranslationId { get; }
Property value
Type: System.Guid