SchedulerId Property

Gets the ID of the scheduler that is associated with this job definition.

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

Syntax

'Declaration

  Public ReadOnly Property SchedulerId As String
    Get
'Usage

  Dim instance As JobManager
Dim value As String

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

Property Value

Type: System. . :: . .String
The ID of the scheduler that is associated with this job definition.

See Also

Reference

JobManager Class

Microsoft.Web.Media.TransformManager Namespace