SPWorkflowActivityDetails.Status property

Gets or sets a value that indicates the status of this instance of a workflow activity.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Status As SPWorkflowActivityStatus
    Get
    Set
'Usage
Dim instance As SPWorkflowActivityDetails
Dim value As SPWorkflowActivityStatus

value = instance.Status

instance.Status = value
public SPWorkflowActivityStatus Status { get; set; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowActivityStatus
An enumeration value that indicates the status of the workflow activity.

See also

Reference

SPWorkflowActivityDetails class

SPWorkflowActivityDetails members

Microsoft.SharePoint.Workflow namespace