ITask.Priority Property

Gets or sets the priority task.

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

Syntax

'Declaration
Property Priority As Integer 
    Get 
    Set
'Usage
Dim instance As ITask 
Dim value As Integer 

value = instance.Priority

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

Property Value

Type: System.Int32
The priority task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace