WorkflowStepCollection.Item[Int32] Property

Definition

Gets the workflow step item.

public:
 property Microsoft::Uii::Desktop::Core::WorkflowStep ^ default[int] { Microsoft::Uii::Desktop::Core::WorkflowStep ^ get(int stepIndex); };
public Microsoft.Uii.Desktop.Core.WorkflowStep this[int stepIndex] { get; }
member this.Item(int) : Microsoft.Uii.Desktop.Core.WorkflowStep
Default Public ReadOnly Property Item(stepIndex As Integer) As WorkflowStep

Parameters

stepIndex
Int32

Specifies the step index.

Property Value

Applies to