ITaskTemplate.Description Property

Gets the description of the task template.

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

Syntax

'Declaration
Property Description As String 
    Get 
    Set
'Usage
Dim instance As ITaskTemplate 
Dim value As String 

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String
The description of the task template.

See Also

Reference

ITaskTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace