ITaskTemplate.Options Property

Gets the options associated with the template.

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

Syntax

'Declaration
ReadOnly Property Options As TaskOptions 
    Get
'Usage
Dim instance As ITaskTemplate 
Dim value As TaskOptions 

value = instance.Options
TaskOptions Options { get; }
property TaskOptions Options {
    TaskOptions get ();
}
abstract Options : TaskOptions
function get Options () : TaskOptions

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.TaskOptions
The options associated with the template.

See Also

Reference

ITaskTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace