ITask.TaskBody Property

Gets or sets the task body.

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

Syntax

'Declaration
Property TaskBody As String 
    Get 
    Set
'Usage
Dim instance As ITask 
Dim value As String 

value = instance.TaskBody

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

Property Value

Type: System.String
The task body.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace