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