DownloadSolutionExportDataRequest.ExportJobId Property

Definition

The unique identifier of the solution export job.

public:
 property Guid ExportJobId { Guid get(); void set(Guid value); };
public Guid ExportJobId { get; set; }
member this.ExportJobId : Guid with get, set
Public Property ExportJobId As Guid

Property Value

Remarks

Obtain the ID from ExportSolutionAsyncResponse.ExportJobId.

Applies to