NetworkInterface.IsVirtual Property

Definition

Returns whether this interface is a virtual interface (also called subinterface).

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

Property Value

Boolean

true if this interface is a virtual interface.

Attributes

Remarks

Java documentation for java.net.NetworkInterface.isVirtual().

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