LoadGrammarCompletedEventArgs::Grammar Property

 

The Grammar object that has completed loading.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property Grammar^ Grammar {
	Grammar^ get();
}

Property Value

Type: System.Speech.Recognition::Grammar^

The Grammar that was loaded by the recognizer.

If the recognizer encounters an exception during the operation, the Error property is set to the exception and the Loaded property of the associated Grammar may be false.

.NET Framework
Available since 3.0
Return to top
Show: