IJobTemplate.JobTemplateBody Property

Gets or sets the job template body.

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

Syntax

'Declaration
Property JobTemplateBody As String 
    Get 
    Set
'Usage
Dim instance As IJobTemplate 
Dim value As String 

value = instance.JobTemplateBody

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

Property Value

Type: System.String
The job template body.

See Also

Reference

IJobTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace