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