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