Java.Net.NetworkInterface.IsVirtual Property
Returns true if this interface is a virtual interface (also called a sub-interface).

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this interface is a virtual interface (also called a sub-interface). Virtual interfaces are, on some systems, interfaces created as a child of a physical interface and given different settings (like address or MTU). Usually the name of the interface will the name of the parent followed by a colon (:) and a number identifying the child, since there can be several virtual interfaces attached to a single physical interface.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9