ExportTranslationResponse.ExportTranslationFile Property
Applies To: Dynamics CRM 2015
Gets the file that represents the data that is exported for translation.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public byte[] ExportTranslationFile { get; }
public:
property array<unsigned char>^ ExportTranslationFile {
array<unsigned char>^ get();
}
member ExportTranslationFile : byte[] with get
Public ReadOnly Property ExportTranslationFile As Byte()
Property Value
Type: System.Byte[]
Type: Byte[]
The file that represents the data that is exported for translation.
See Also
ExportTranslationResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright