Share via


ResourceCheckInPostEventArgs.Resources property

Gets a collection of the GUIDs that represent the resources that have been checked in.

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 Resources As Guid()
    Get
'Usage
Dim instance As ResourceCheckInPostEventArgs
Dim value As Guid()

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

Property value

Type: []

See also

Reference

ResourceCheckInPostEventArgs class

ResourceCheckInPostEventArgs members

Microsoft.Office.Project.Server.Events namespace