SetCustomWorkflowStatus.WorkflowStatus property

Gets or sets the status to which to set the workflow.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property WorkflowStatus As Integer
    Get
    Set
'Usage
Dim instance As SetCustomWorkflowStatus
Dim value As Integer

value = instance.WorkflowStatus

instance.WorkflowStatus = value
[ValidationOptionAttribute(ValidationOption.Required)]
public int WorkflowStatus { get; set; }

Property value

Type: System.Int32
The status to which to set the workflow.

See also

Reference

SetCustomWorkflowStatus class

SetCustomWorkflowStatus members

Microsoft.SharePoint.WorkflowActions namespace