LookupTablePreEventArgs.CancelReason Property
Reads or writes the text that explains why an event that is associated with a lookup table 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 LookupTablePreEventArgs
Dim value As String
value = instance.CancelReason
instance.CancelReason = value
public string CancelReason { get; set; }
Property Value
Type: System.String