JobDefinitionName Property

Gets the name of the job definition from the job manifest.

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

Syntax

'Declaration

  Public ReadOnly Property JobDefinitionName As String
    Get
'Usage

  Dim instance As JobManifest
Dim value As String

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

Property Value

Type: System. . :: . .String
The name of the job definition from the job manifest.

See Also

Reference

JobManifest Class

Microsoft.Web.Media.TransformManager Namespace