ImportResult.JobUid property
Gets or sets the GUID of a Project Server import job.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property JobUid As Guid
Get
Set
'Usage
Dim instance As ImportResult
Dim value As Guid
value = instance.JobUid
instance.JobUid = value
public Guid JobUid { get; set; }
Property value
Type: System.Guid
The GUID of the job.