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!

HtmlInputInfo.Type

[To be supplied.]

[Visual Basic]
Public Property Type As HtmlInputType
[C#]
public HtmlInputType Type {get; set;}
[C++]
public: __property HtmlInputType get_Type();
public: __property void set_Type(HtmlInputType);
[JScript]
public function get Type() : HtmlInputType;
public function set Type(HtmlInputType);

See Also

HtmlInputInfo Class | HtmlInputInfo Members | System.Web.Services.Description Namespace