GeoHaystackSearchArgsLimit Property |
Gets or sets the limit.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public Nullable<int> Limit { get; set; }
Public Property Limit As Nullable(Of Integer)
Get
Set
member Limit : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also