Share via


ProjectPostPublishEventArgs.JobGuid Property

Gets the GUID of a specific job in the job queue.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property JobGuid As Guid
    Get
    Set
'Usage
Dim instance As ProjectPostPublishEventArgs
Dim value As Guid

value = instance.JobGuid

instance.JobGuid = value
public Guid JobGuid { get; set; }

Property Value

Type: System.Guid

See Also

Reference

ProjectPostPublishEventArgs Class

ProjectPostPublishEventArgs Members

Microsoft.Office.Project.Server.Events Namespace