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