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
Microsoft.SharePoint.WorkflowActions Namespace