SchedulerProperties Property

Gets a list of additional scheduler properties.

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

Syntax

'Declaration

  Public ReadOnly Property SchedulerProperties As Dictionary(Of String, String)
    Get
'Usage

  Dim instance As JobDefinition
Dim value As Dictionary(Of String, String)

value = instance.SchedulerProperties
  public Dictionary<string, string> SchedulerProperties { get; }
  public:
property Dictionary<String^, String^>^ SchedulerProperties {
    Dictionary<String^, String^>^ get ();
}
  member SchedulerProperties : Dictionary<string, string>
  function get SchedulerProperties () : Dictionary<String, String>

Property Value

Type: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, String> ) > ) >
A list of scheduler properties.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace