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