Share via


JobStatus.ExecutionCount Property

Required. Number of times this job has executed.

Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Usage

'Usage
Dim instance As JobStatus
Dim value As Integer

value = instance.ExecutionCount

instance.ExecutionCount = value

Syntax

'Declaration
Public Property ExecutionCount As Integer
public int ExecutionCount { get; set; }
public:
property int ExecutionCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_ExecutionCount ()

/** @property */
public void set_ExecutionCount (int value)
public function get ExecutionCount () : int

public function set ExecutionCount (value : int)

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 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobStatus Class
JobStatus Members
Microsoft.WindowsAzure.Scheduler.Models Namespace