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 SharePoint Foundation