Share via


TaskCollection.Item Property

Gets the ITask at the specified index.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ITask 
    Get
'Usage
Dim instance As TaskCollection 
Dim index As Integer 
Dim value As ITask 

value = instance(index)
public ITask this[
    int index
] { get; }
public:
property ITask^ default[int index] {
    ITask^ get (int index);
}
member Item : ITask
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.ITask
The task at the specified index.

See Also

Reference

TaskCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace