Share via


AudioDeviceModule.DisplayName Property

Definition

Gets the friendly name of the audio device module for display in UI.

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

Property Value

String

Platform::String

winrt::hstring

The friendly name of the audio device module.

Applies to