IJobTemplate.NumberofInputAssets Property

Gets or sets the number of input assets associated with the template.

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

Syntax

'Declaration
Property NumberofInputAssets As Integer 
    Get 
    Set
'Usage
Dim instance As IJobTemplate 
Dim value As Integer 

value = instance.NumberofInputAssets

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

Property Value

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

See Also

Reference

IJobTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace