ExportSolutionResponse.ExportSolutionFile 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 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.