IJob.TemplateId Property

Gets or sets the ID of the JobTemplate entity. This property is optional.

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

Syntax

'Declaration
ReadOnly Property TemplateId As String 
    Get
'Usage
Dim instance As IJob 
Dim value As String 

value = instance.TemplateId
string TemplateId { get; }
property String^ TemplateId {
    String^ get ();
}
abstract TemplateId : string
function get TemplateId () : String

Property Value

Type: System.String
The ID of the JobTemplate entity.

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace