ITaskTemplate.NumberofOutputAssets Property

Gets or sets the number of output assets associated with the task template.

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

Syntax

'Declaration
Property NumberofOutputAssets As Integer 
    Get 
    Set
'Usage
Dim instance As ITaskTemplate 
Dim value As Integer 

value = instance.NumberofOutputAssets

instance.NumberofOutputAssets = value
int NumberofOutputAssets { get; set; }
property int NumberofOutputAssets {
    int get ();
    void set (int value);
}
abstract NumberofOutputAssets : int with get, set
function get NumberofOutputAssets () : int 
function set NumberofOutputAssets (value : int)

Property Value

Type: System.Int32
The number of output assets associated with the task template.

See Also

Reference

ITaskTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace