ITask.OutputAssets Property

Gets the collection of output assets for the task.

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

Syntax

'Declaration
ReadOnly Property OutputAssets As OutputAssetCollection 
    Get
'Usage
Dim instance As ITask 
Dim value As OutputAssetCollection 

value = instance.OutputAssets
OutputAssetCollection OutputAssets { get; }
property OutputAssetCollection^ OutputAssets {
    OutputAssetCollection^ get ();
}
abstract OutputAssets : OutputAssetCollection
function get OutputAssets () : OutputAssetCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.OutputAssetCollection
The collection of output assets for the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace