Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.