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 SensitiveData property value of SemanticItem controls that reference the SemanticItemControlSettings control. Read/write.
Usage
| ASP.NET markup: | <speech:SemanticItemControlSettings SensitiveData="..." /> |
| Get value: | String = SemanticItemControlSettings.SensitiveData; |
| Set value: | SemanticItemControlSettings.SensitiveData = String; |
| Data type: | String |
| Required: | No |
Remarks
For more information about the SensitiveData property of the SemanticItem control, see SensitiveData.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<SemanticItem
BindOnChanged="True"
BindAt="Server"
AutoPostBack="True"
SensitiveData="False"/>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:SemanticMap runat="server">
<speech:SemanticItem Settings="Settings1"/>
</speech:SemanticMap>
...
</form>
See Also
SemanticItemControlSettings Class | SemanticItemControlSettings Constructor | SemanticItemControlSettings Members | SemanticItemControlSettings Properties | SemanticItemControlSettings Methods
.jpg)