ProjectPostSummaryPublishEventArgs.JobGuid Property
Gets the GUID for the 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 Property JobGuid As Guid
Get
Private Set
'Usage
Dim instance As ProjectPostSummaryPublishEventArgs
Dim value As Guid
value = instance.JobGuid
public Guid JobGuid { get; private set; }
Property Value
Type: System.Guid
See Also
Reference
ProjectPostSummaryPublishEventArgs Class