Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")> <System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.Web.UI.ThemeableAttribute(False)> <ISNet.Serialization.XmlSerializableAttribute()> Public Property ResetOnInvalidEntry As System.Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As System.Boolean instance.ResetOnInvalidEntry = value value = instance.ResetOnInvalidEntry |
C# | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")] [System.ComponentModel.CategoryAttribute("Behavior")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.Web.UI.ThemeableAttribute(false)] [ISNet.Serialization.XmlSerializableAttribute()] public System.bool ResetOnInvalidEntry {get; set;} |
Delphi | |
---|---|
public read-write property ResetOnInvalidEntry: System.Boolean; |
JScript | |
---|---|
ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.DefaultValueAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.") System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.NotifyParentPropertyAttribute() System.Web.UI.ThemeableAttribute() ISNet.Serialization.XmlSerializableAttribute() public function get,set ResetOnInvalidEntry : System.boolean |
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