| FindGeoDataRequestIsLastOnly Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.LocationModule.Requests.FindGeoDataRequest.IsLastOnly"]
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> IsLastOnly { get; set; }Public Property IsLastOnly As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> IsLastOnly {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}member IsLastOnly : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also