Condividi tramite


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

ResourceDeletePostEventArgs members

Microsoft.Office.Project.Server.Events namespace