Share via


RouteInfo.IsDefaultRoute Property

Definition

Indicates if this route is a default route (ie, has no destination specified).

public bool IsDefaultRoute { [Android.Runtime.Register("isDefaultRoute", "()Z", "")] get; }
[<get: Android.Runtime.Register("isDefaultRoute", "()Z", "")>]
member this.IsDefaultRoute : bool

Property Value

true if the destination has a prefix length of 0.

Attributes

Remarks

Indicates if this route is a default route (ie, has no destination specified).

Java documentation for android.net.RouteInfo.isDefaultRoute().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to