NetworkInterface.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.