Enabled Property

Gets or sets a value that indicates whether the job manager that is associated with this job definition can be started.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Enabled As Boolean
    Get
    Set
'Usage

  Dim instance As JobDefinition
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
[DataMemberAttribute]
public bool Enabled { get; set; }
[DataMemberAttribute]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member Enabled : bool with get, set
  function get Enabled () : boolean
function set Enabled (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the job manager that is associated with this job definition can be started; otherwise, false.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace