ProjectPreSummaryPublishEventArgs.JobGuid property
Gets the GUID for a publishing job.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property JobGuid As Guid
Get
'Usage
Dim instance As ProjectPreSummaryPublishEventArgs
Dim value As Guid
value = instance.JobGuid
public Guid JobGuid { get; }
Property value
Type: System.Guid
See also
Reference
ProjectPreSummaryPublishEventArgs class