IPreEventArgs.CancelReason propriedade
O texto que explica por que um evento seja cancelado.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Property CancelReason As String
Get
Set
'Uso
Dim instance As IPreEventArgs
Dim value As String
value = instance.CancelReason
instance.CancelReason = value
string CancelReason { get; set; }
Valor de propriedade
Tipo: System.String