When SoundSourceMode = File, this is the filename or URL of the sound file to be played. When SoundSourceMode = TextToSpeech, this is the text to be spoken via speech synthesis.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string SoundSource { get; set; }
Visual Basic
Public Property SoundSource As String
	Get
	Set
JScript
function get SoundSource () : String
function set SoundSource (value : String)

See Also