Share via


BaseValidatorControlSettings Class

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

A property of the SpeechControlSettingsItem control that sets property values of the BaseValidator control.

Namespace: Microsoft.Speech.Web.UI
Assembly: Microsoft.Speech.Web (in microsoft.speech.web.dll)

Syntax

'Declaration
<ParseChildrenAttribute(True)> _
<ToolboxItemAttribute(False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
Public MustInherit Class BaseValidatorControlSettings
    Inherits Control
[ParseChildrenAttribute(true)] 
[ToolboxItemAttribute(false)] 
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
public abstract class BaseValidatorControlSettings : Control

Inheritance Hierarchy

System.Object
???? System.Web.UI.Control
????????Microsoft.Speech.Web.UI.BaseValidatorControlSettings
???????????? Microsoft.Speech.Web.UI.CompareValidatorControlSettings
???????????? Microsoft.Speech.Web.UI.CustomValidatorControlSettings

Thread Safety

Any public static (Shared in Visual Basic) members of this class are safe for multi-threaded operations. Any instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

BaseValidatorControlSettings Members
Microsoft.Speech.Web.UI Namespace