Share via


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

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

Attributes

Remarks

Get the display name of this network interface. A display name is a human readable String describing the network device.

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