ResourceDeletePostEventArgs.DeletedResources Property
Gets a collection of the GUIDs that represent the deleted resources.
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 DeletedResources As Guid()
Get
'Usage
Dim instance As ResourceDeletePostEventArgs
Dim value As Guid()
value = instance.DeletedResources
public Guid[] DeletedResources { get; }
Property Value
Type: []
See Also
Reference
ResourceDeletePostEventArgs Class