'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("The current number of executing jobs.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property JobCount As System.Integer
'Usage
Dim instance As Agent Dim value As System.Integer value = instance.JobCount
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("The current number of executing jobs.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public System.int JobCount {get;}