StatusingPostEventArgs.ProjectID property
Gets the GUID of 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 ReadOnly Property ProjectID As Guid
Get
'Usage
Dim instance As StatusingPostEventArgs
Dim value As Guid
value = instance.ProjectID
public Guid ProjectID { get; }
Property value
Type: System.Guid