Share via


DisplayMonitor.DisplayName Property

Definition

Gets a friendly name for the device suitable for display to a user.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = displayMonitor.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

A friendly name for the device suitable for display to a user if known, otherwise null.

Applies to