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