NetworkInterface.DisplayName Property

Definition

Get the display name of this network interface.

public string? DisplayName { [Android.Runtime.Register("getDisplayName", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getDisplayName", "()Ljava/lang/String;", "")>]
member this.DisplayName : string

Property Value

String

a non-empty string representing the display name of this network interface, or null if no display name is available.

Attributes

Remarks

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

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