Share via


CalendarCheckInPostEventArgs.Force Property

Gets a Boolean value that indicates whether an administrator or project owner forced check-in of a project.

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 CalendarCheckInPostEventArgs
Dim value As Boolean

value = instance.Force
public bool Force { get; }

Property Value

Type: System.Boolean

See Also

Reference

CalendarCheckInPostEventArgs Class

CalendarCheckInPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace