OutputAssetCollection.Item Property
Gets the element 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 IAsset
Get
'Usage
Dim instance As OutputAssetCollection
Dim index As Integer
Dim value As IAsset
value = instance(index)
public IAsset this[
int index
] { get; }
public:
property IAsset^ default[int index] {
IAsset^ get (int index);
}
member Item : IAsset
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the element.
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IAsset
The element at the specified index.