ResourceCheckInPostEventArgs.Force property
Gets a Boolean value that indicates whether an administrator or project owner can force check in of the resource.
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 Force As Boolean
Get
'Usage
Dim instance As ResourceCheckInPostEventArgs
Dim value As Boolean
value = instance.Force
public bool Force { get; }
Property value
Type: System.Boolean
See also
Reference
ResourceCheckInPostEventArgs class