Share via


SetState.Index property

Gets or sets the index of the new workflow status.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public Property Index As Integer
    Get
    Set
'Usage
Dim instance As SetState
Dim value As Integer

value = instance.Index

instance.Index = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(false)]
public int Index { get; set; }

Property value

Type: System.Int32
The index of the new status in the list of the status column value.

See also

Reference

SetState class

SetState members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Stages

ExtendedStatusColumnValues Element (Workflow)

StatusColumnValue Element (Workflow)