'Declaration
<System.ComponentModel.CategoryAttribute("Statistics")> <System.ComponentModel.ReadOnlyAttribute(True)> Public Property AvgCount As System.Integer
'Usage
Dim instance As Job Dim value As System.Integer instance.AvgCount = value value = instance.AvgCount
[System.ComponentModel.Category("Statistics")] [System.ComponentModel.ReadOnly(true)] public System.int AvgCount {get; set;}