ExportTranslationResponse.ExportTranslationFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the file that represents the data that is exported for translation.
public:
property cli::array <System::Byte> ^ ExportTranslationFile { cli::array <System::Byte> ^ get(); };
public byte[] ExportTranslationFile { get; }
member this.ExportTranslationFile : byte[]
Public ReadOnly Property ExportTranslationFile As Byte()
Property Value
Byte[]
The file that represents the data that is exported for translation.