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