TemplateId Property

Gets the ID of the job template that the JobDefinition object uses.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.ServiceLibrary (in Microsoft.Web.Media.TransformManager.ServiceLibrary.dll)

Syntax

'Declaration

  Public ReadOnly Property TemplateId As String
    Get
'Usage

  Dim instance As JobManager
Dim value As String

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

Property Value

Type: System. . :: . .String
The ID of the job template that the JobDefinition object uses.

See Also

Reference

JobManager Class

Microsoft.Web.Media.TransformManager Namespace