ExportSolutionResponse.ExportSolutionFile Property

Definition

Gets the compressed file that represents the exported solution.

public:
 property cli::array <System::Byte> ^ ExportSolutionFile { cli::array <System::Byte> ^ get(); };
public byte[] ExportSolutionFile { get; }
member this.ExportSolutionFile : byte[]
Public ReadOnly Property ExportSolutionFile As Byte()

Property Value

Byte[]

The compressed file that represents the exported solution.

Applies to