SrgsSemanticInterpretationTag.Script Property

Gets or sets the ECMAScript for the tag.

Namespace: Microsoft.Speech.Recognition.SrgsGrammar
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Property Script As String
public string Script { get; set; }
public:
property String^ Script {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Script ()

/** @property */
public void set_Script (String value)
public function get Script () : String

public function set Script (value : String)

Property Value

A string that contains the semantic interpretation script for the tag.

Exceptions

Exception type Condition
ArgumentNullException

An attempt is made to set Script to null.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

SrgsSemanticInterpretationTag Class
SrgsSemanticInterpretationTag Members
Microsoft.Speech.Recognition.SrgsGrammar Namespace