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