DtmfGrammars Property

A collection of DTMF grammars that are active during this activity.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property DtmfGrammars As GrammarCollection
[DefaultValueAttribute(null)]
public GrammarCollection DtmfGrammars { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property GrammarCollection^ DtmfGrammars {
    GrammarCollection^ get ();
    void set (GrammarCollection^ value);
}
function get_dtmfGrammars();
function set_dtmfGrammars(value);

Exceptions

Exception Condition
InvalidOperationException Thrown if trying to replace the property at runtime.

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace