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.Type

Gets the Type attribute for a particular HTML input control.

[Visual Basic]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
public: __property String* get_Type();
[JScript]
public function get Type() : String;

Property Value

The Type attribute. Valid values are: text, password, file, checkbox, hidden, button, submit, reset, image, and radio.

See Also

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