Share via


SrgsDocument.PhoneticAlphabet Property

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

Syntax

'Declaration
Public Property PhoneticAlphabet As SrgsPhoneticAlphabet
public SrgsPhoneticAlphabet PhoneticAlphabet { get; set; }
public:
property SrgsPhoneticAlphabet PhoneticAlphabet {
    SrgsPhoneticAlphabet get ();
    void set (SrgsPhoneticAlphabet value);
}
/** @property */
public SrgsPhoneticAlphabet get_PhoneticAlphabet ()

/** @property */
public void set_PhoneticAlphabet (SrgsPhoneticAlphabet value)
public function get PhoneticAlphabet () : SrgsPhoneticAlphabet

public function set PhoneticAlphabet (value : SrgsPhoneticAlphabet)

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

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