ITask.InputAssets Property

Gets the collection of input assets for the task.

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

Syntax

'Declaration
ReadOnly Property InputAssets As InputAssetCollection(Of IAsset)
    Get
'Usage
Dim instance As ITask 
Dim value As InputAssetCollection(Of IAsset)

value = instance.InputAssets
InputAssetCollection<IAsset> InputAssets { get; }
property InputAssetCollection<IAsset^>^ InputAssets {
    InputAssetCollection<IAsset^>^ get ();
}
abstract InputAssets : InputAssetCollection<IAsset>
function get InputAssets () : InputAssetCollection<IAsset>

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.InputAssetCollection<IAsset>
The collection of input assets for the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace