InputAssetCollection<T>.Item Property

Gets the IAsset 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 T
    Get
'Usage
Dim instance As InputAssetCollection 
Dim index As Integer 
Dim value As T

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

Parameters

Property Value

Type: T
Returns Boolean.

See Also

Reference

InputAssetCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace