IJob.Tasks Property

Gets a collection of Tasks that compose the Job.

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

Syntax

'Declaration
ReadOnly Property Tasks As TaskCollection 
    Get
'Usage
Dim instance As IJob 
Dim value As TaskCollection 

value = instance.Tasks
TaskCollection Tasks { get; }
property TaskCollection^ Tasks {
    TaskCollection^ get ();
}
abstract Tasks : TaskCollection
function get Tasks () : TaskCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.TaskCollection
An enumeration of Tasks.

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace