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!

HtmlInputControl.Name

Gets the value of the HTML Name attribute that will be rendered to the browser.

[Visual Basic]
Overridable Public Property Name As String
[C#]
public string Name {virtual get; virtual 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 HTML Name attribute to be rendered. This value is identical to the UniqueID property.

See Also

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