Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text that can be used to log the reason why the workflow task was rolled back.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property Reason As String
Get
Set
'Usage
Dim instance As RollbackTask
Dim value As String
value = instance.Reason
instance.Reason = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public string Reason { get; set; }
Property Value
Type: System.String
The text that contains the reason that the workflow task was rolled back.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace