ResourceCheckInPreEventArgs Constructor
Creates an instance of the ResourceCheckInPreEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
resources As Guid(), _
force As Boolean _
)
'Usage
Dim resources As Guid()
Dim force As Boolean
Dim instance As New ResourceCheckInPreEventArgs(resources, _
force)
public ResourceCheckInPreEventArgs(
Guid[] resources,
bool force
)
Parameters
- resources
Type: []
A collection of GUIDs that represent the resources that are to be checked in.
- force
Type: System.Boolean
Indicates whether an administrator or project owner can force check in of a resource.
See Also
Reference
ResourceCheckInPreEventArgs Class