Type Property
Gets or sets the Type property value of Record controls that reference the RecordControlSettings control. Read/write.
Usage
ASP.NET markup: | <speech:RecordControlSettings Type="..." /> |
Get value: | String = RecordControlSettings.Type; |
Set value: | RecordControlSettings.Type = String; |
Data type: | String |
Required: | No |
Remarks
For more information about the Type property of the Record control, see Type.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<QA ... >
...
<Reco Record="True" >
<Params>
<Param ... />
<Params>
<Grammar ... />
<Record Enabled="True" Type="audio/x-wav" />
</Reco>
...
</QA>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:QA Settings="Settings1" runat="server">
<speech:Reco ... />
</speech:QA>
...
</form>
See Also
RecordControlSettings Class | RecordControlSettings Constructor | RecordControlSettings Members | RecordControlSettings Properties | RecordControlSettings Methods