ImportFieldTranslationRequest.TranslationFile Property
Applies To: Dynamics CRM 2015
Gets or sets the compressed translations file. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public byte[] TranslationFile { get; set; }
public:
property array<unsigned char>^ TranslationFile {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member TranslationFile : byte[] with get, set
Public Property TranslationFile As Byte()
Property Value
Type: System.Byte[]
Type: Byte[]
The compressed translations file.
See Also
ImportFieldTranslationRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright