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