CustomFieldsCheckInPostEventArgs.Force property

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

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

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

Property value

Type: System.Boolean

See also

Reference

CustomFieldsCheckInPostEventArgs class

CustomFieldsCheckInPostEventArgs members

Microsoft.Office.Project.Server.Events namespace