DownloadSolutionExportDataRequest.ExportJobId 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.
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.