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