NetworkInterface.Parent Property

Definition

Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.

public Java.Net.NetworkInterface? Parent { [Android.Runtime.Register("getParent", "()Ljava/net/NetworkInterface;", "")] get; }
[<get: Android.Runtime.Register("getParent", "()Ljava/net/NetworkInterface;", "")>]
member this.Parent : Java.Net.NetworkInterface

Property Value

NetworkInterface

The NetworkInterface this interface is attached to.

Attributes

Remarks

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

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