| FindGeoDataRequestSortAsc Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.LocationModule.Requests.FindGeoDataRequest.SortAsc"]
Namespace: Quickblox.Sdk.Modules.LocationModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<uint> SortAsc { get; set; }Public Property SortAsc As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> SortAsc {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}member SortAsc : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also