'Declaration
<System.ComponentModel.CategoryAttribute()> <System.ComponentModel.DescriptionAttribute("The maximum number of concurrent jobs to run on this agent.")> Public Property JobLimit As System.Integer
'Usage
Dim instance As Agent Dim value As System.Integer instance.JobLimit = value value = instance.JobLimit
[System.ComponentModel.Category()] [System.ComponentModel.Description("The maximum number of concurrent jobs to run on this agent.")] public System.int JobLimit {get; set;}