Share via


ResourceDeactivatePostEventArgs.Resource property

Gets the collection of the resource GUIDs that are associated with a 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 ReadOnly Property Resource As Guid()
    Get
'Usage
Dim instance As ResourceDeactivatePostEventArgs
Dim value As Guid()

value = instance.Resource
public Guid[] Resource { get; }

Property value

Type: []

See also

Reference

ResourceDeactivatePostEventArgs class

ResourceDeactivatePostEventArgs members

Microsoft.Office.Project.Server.Events namespace