NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlInputRadioButton.Name

Gets or sets the grouping association whereby multiple radio buttons can be linked together to form a mutually exclusive assortment of buttons. Only one radio button control in a group can be selected at any time.

[Visual Basic]
Overridable Public Property Name As String
[C#]
public string Name {override get; override set;}
[C++]
public: __property virtual String* get_Name();
public: __property virtual void set_Name(String*);
[JScript]
public function get Name() : String;
public function set Name(String);

Property Value

The grouping association of radio button controls.

See Also

HtmlInputRadioButton Class | HtmlInputRadioButton Members | System.Web.UI.HtmlControls Namespace