ResourceCheckOutPreEventArgs.Resources Property
Gets a collection of the GUIDs that represent the resources that are to be checked out.
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 ResourceCheckOutPreEventArgs
Dim value As Guid()
value = instance.Resources
public Guid[] Resources { get; }
Property Value
Type: []
See Also
Reference
ResourceCheckOutPreEventArgs Class