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