CustomFieldsDeletePreEventArgs.CancelReason property
Reads or writes text that explains why deletion 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 CustomFieldsDeletePreEventArgs
Dim value As String
value = instance.CancelReason
instance.CancelReason = value
public string CancelReason { get; set; }
Property value
Type: System.String
Implements
See also
Reference
CustomFieldsDeletePreEventArgs class