CustomFieldsCheckOutPreEventArgs.Cancel property
Reads or writes a Boolean value that indicates whether to cancel the check out 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 CustomFieldsCheckOutPreEventArgs
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
public bool Cancel { get; set; }
Property value
Type: System.Boolean
Implements
See also
Reference
CustomFieldsCheckOutPreEventArgs class