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!

HtmlTextWriter.TagKey

[To be supplied.]

[Visual Basic]
Overridable Protected Property TagKey As Integer
[C#]
protected int TagKey {virtual get; virtual set;}
[C++]
protected: __property virtual int get_TagKey();
protected: __property virtual void set_TagKey(int);
[JScript]
protected function get TagKey() : int;
protected function set TagKey(int);

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace