Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.ThemeableAttribute(False)>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property CausesValidation As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As System.Boolean
instance.CausesValidation = value
value = instance.CausesValidation |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool CausesValidation {get; set;} |
Delphi | |
---|
public read-write property CausesValidation: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.")
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.ThemeableAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.DefaultValueAttribute()
public function get,set CausesValidation : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_CausesValidation();
public: __property void set_CausesValidation(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether validation is performed when the WebInput control is set to validate when a postback occurs.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.ThemeableAttribute(false)]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool CausesValidation {
System.bool get();
void set ( System.bool value);
} |
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