ExportFieldTranslationResponse.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 compressed file that represents the exported translation file.
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 compressed file that represents the exported translation file.