Share via


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)
Available in Sandboxed Solutions: No

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