Share via


CustomFieldsCheckInPreEventArgs.CancelReason property

Reads or writes text that explains why check in of a custom field is to be canceled.

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 CancelReason As String
    Get
    Set
'Usage
Dim instance As CustomFieldsCheckInPreEventArgs
Dim value As String

value = instance.CancelReason

instance.CancelReason = value
public string CancelReason { get; set; }

Property value

Type: System.String

Implements

IPreEventArgs.CancelReason

See also

Reference

CustomFieldsCheckInPreEventArgs class

CustomFieldsCheckInPreEventArgs members

Microsoft.Office.Project.Server.Events namespace