IPreEventArgs.CancelReason property
The text that explains why an event 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
Property CancelReason As String
Get
Set
'Usage
Dim instance As IPreEventArgs
Dim value As String
value = instance.CancelReason
instance.CancelReason = value
string CancelReason { get; set; }
Property value
Type: System.String