VoiceInformation.DisplayName Property

Definition

Gets the display name associated with the speech synthesis engine (voice).

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

Property Value

String

Platform::String

winrt::hstring

The display name of the voice.

Applies to

See also