AdminPostEventArgs.EffectedItems property
Gets a collection of GUIDs that represent entities that are affected by the event.
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 EffectedItems As Guid()
Get
'Usage
Dim instance As AdminPostEventArgs
Dim value As Guid()
value = instance.EffectedItems
public Guid[] EffectedItems { get; }
Property value
Type: []