Share via


RunbookProperties.JobCount Property

 

Optional. Gets or sets the job count of the runbook.

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

Syntax

public int JobCount { get; set; }
public:
property int JobCount {
    int get();
    void set(int value);
}
member JobCount : int with get, set
Public Property JobCount As Integer

Property Value

Type: System.Int32

See Also

RunbookProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top