ExportSolutionAsyncResponse.ExportJobId Property

Definition

TThe unique identifier of the solution export job.

public:
 property Guid ExportJobId { Guid get(); };
public Guid ExportJobId { get; }
member this.ExportJobId : Guid
Public ReadOnly Property ExportJobId As Guid

Property Value

Remarks

Use this value to get the exported solution file using DownloadSolutionExportDataRequest.

Applies to