DtmfGrammar Property

Gets or sets the DTMF grammar used to recognize the command.

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

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property DtmfGrammar As Grammar
[DefaultValueAttribute(null)]
public Grammar DtmfGrammar { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property Grammar^ DtmfGrammar {
    Grammar^ get ();
    void set (Grammar^ value);
}
function get_dtmfGrammar();
function set_dtmfGrammar(value);

Field Value

The grammar used to recognize the Command.

See Also

SpeechCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace