CalendarCheckInPostEventArgs.Force Property
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