Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Behavior")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.")>
<System.Web.UI.ThemeableAttribute(False)>
Public Property ValidationGroup As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As System.String
instance.ValidationGroup = value
value = instance.ValidationGroup |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.")]
[System.Web.UI.ThemeableAttribute(false)]
public System.string ValidationGroup {get; set;} |
Delphi | |
---|
public read-write property ValidationGroup: System.String; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Behavior")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.")
System.Web.UI.ThemeableAttribute()
public function get,set ValidationGroup : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.")]
[System.Web.UI.ThemeableAttribute(false)]
public: __property System.string* get_ValidationGroup();
public: __property void set_ValidationGroup(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the group of controls for which the WebInput control causes validation when it posts back to the server.")]
[System.Web.UI.ThemeableAttribute(false)]
public:
property System.String^ ValidationGroup {
System.String^ get();
void set ( System.String^ 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