共用方式為


Job.IsRecurring Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the recurring status of the job.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As Job
Dim value As Boolean

value = instance.IsRecurring

Syntax

'Declaration
Public Property IsRecurring As Boolean
public bool IsRecurring { get; }
public:
property bool IsRecurring {
    bool get ();
}
/** @property */
public boolean get_IsRecurring ()
public function get IsRecurring () : boolean

Property Value

true if the job is a recurring job; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Job Class
Job Members
Microsoft.EnterpriseManagement Namespace