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