Share via


VoiceCommandUserMessage.SpokenMessage Property

Definition

The message that is spoken by Cortana.

public:
 property Platform::String ^ SpokenMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SpokenMessage();

void SpokenMessage(winrt::hstring value);
public string SpokenMessage { get; set; }
var string = voiceCommandUserMessage.spokenMessage;
voiceCommandUserMessage.spokenMessage = string;
Public Property SpokenMessage As String

Property Value

String

Platform::String

winrt::hstring

Applies to

See also