Share via


WorkflowTasks.Item Property

Gets a WorkflowTask object from the WorkflowTasks collection. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As WorkflowTask
    Get
'Usage
Dim instance As WorkflowTasks
Dim Index As Integer
Dim value As WorkflowTask

value = instance(Index)
WorkflowTask this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    The index number of the WorkflowTask object to be returned.

Property Value

Type: Microsoft.Office.Core.WorkflowTask
WorkflowTask

See Also

Reference

WorkflowTasks Interface

WorkflowTasks Members

Microsoft.Office.Core Namespace