MaintenanceUseInterval Property

Gets or sets a value that indicates that maintenance should be run at a specified interval instead of at a fixed time.

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

Syntax

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

  Dim instance As JobDefinition
Dim value As Boolean

value = instance.MaintenanceUseInterval

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

Property Value

Type: System. . :: . .Boolean
true if maintenance should be run at a specified interval, or false if maintenance should be run at a fixed time.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace