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