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