RollbackTask.Reason property

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

RollbackTask class

RollbackTask members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview