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