ProjectPreEntitiesDeletingEventArgs.Entities property
Gets the GUID of the project entity that is to be deleted.
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 Entities As Guid()
Get
Set
'Usage
Dim instance As ProjectPreEntitiesDeletingEventArgs
Dim value As Guid()
value = instance.Entities
instance.Entities = value
public Guid[] Entities { get; set; }
Property value
Type: []
See also
Reference
ProjectPreEntitiesDeletingEventArgs class