GroupArgsMaxTime Property |
Gets or sets the max time.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public Nullable<TimeSpan> MaxTime { get; set; }
Public Property MaxTime As Nullable(Of TimeSpan)
Get
Set
member MaxTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanSee Also