Share via


CustomFieldsCheckInPreEventArgs.Cancel property

Reads or writes a Boolean value that indicates whether to cancel the 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 Property Cancel As Boolean
    Get
    Set
'Usage
Dim instance As CustomFieldsCheckInPreEventArgs
Dim value As Boolean

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }

Property value

Type: System.Boolean

Implements

IPreEventArgs.Cancel

See also

Reference

CustomFieldsCheckInPreEventArgs class

CustomFieldsCheckInPreEventArgs members

Microsoft.Office.Project.Server.Events namespace