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