ResourceCheckInPostEventArgs Constructor
Creates a new instance of the ResourceCheckInPostEventArgs 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 ResourceCheckInPostEventArgs(resources, _
force)
public ResourceCheckInPostEventArgs(
Guid[] resources,
bool force
)
Parameters
- resources
Type: []
A collection of the GUIDs that represent the resources that have been checked in.
- force
Type: System.Boolean
A Boolean value that indicates whether an administrator or project owner can force check in of the resource.
See Also
Reference
ResourceCheckInPostEventArgs Class