Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
![]() |
Gets or sets the EndSilence property value of Dtmf controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:DtmfControlSettings EndSilence="..." /> |
| Get value: | Integer = DtmfControlSettings.EndSilence; |
| Set value: | DtmfControlSettings.EndSilence = Integer; |
| Data type: | Integer |
| Required: | No |
Remarks
For more information about the EndSilence property of the Dtmf control, see Dtmf.EndSilence.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<QA ... >
...
<Dtmf
InterDigitTimeout="2000"
PreFlush="True"
EndSilence="2000"
InitialTimeout="1000"
OnClientError="MyClientError"
OnClientKeyPress="MyClientKeyPress"
OnClientNoReco="MyClientNoReco"
OnClientSilence="MyClientSilence">
</Dtmf>
<QA/>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:QA Settings="Settings1" runat="server">
<Dtmf ... >
<!-- Dtmf contents --!>
</Dtmf>
</speech:Dtmf>
...
</form>
See Also
DtmfControlSettings Class | DtmfControlSettings Constructor | DtmfControlSettings Members | DtmfControlSettings Properties | DtmfControlSettings Methods
.jpg)