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