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