UserDelegationDeletePreEventArgs.CancelReason Property
Reads or writes text that explains why deletion of the user delegation 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 UserDelegationDeletePreEventArgs
Dim value As String
value = instance.CancelReason
instance.CancelReason = value
public string CancelReason { get; set; }
Property Value
Type: System.String
Implements
See Also
Reference
UserDelegationDeletePreEventArgs Class