JAMS Developer Guide
ValidateRequestMode Property (Monitor)


MVPSI.JAMSWeb.Controls Namespace > Monitor Class : ValidateRequestMode Property
Syntax
'Declaration
 
<WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")>
<WebCategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property ValidateRequestMode As System.Web.UI.ValidateRequestMode
'Usage
 
Dim instance As Monitor
Dim value As System.Web.UI.ValidateRequestMode
 
instance.ValidateRequestMode = value
 
value = instance.ValidateRequestMode
[WebSysDescription("Determines whether the control validates client input or not. Defaults to inherit from parent.")]
[WebCategory("Behavior")]
[System.ComponentModel.DefaultValue()]
public virtual System.Web.UI.ValidateRequestMode ValidateRequestMode {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Monitor Class
Monitor Members