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!

HtmlAnchor.Title

Gets or sets the title that the browser should display when identifying linked content.

[Visual Basic]
Public Property Title As String
[C#]
public string Title {get; set;}
[C++]
public: __property String* get_Title();
public: __property void set_Title(String*);
[JScript]
public function get Title() : String;
public function set Title(String);

Property Value

The title to be displayed by the browser.

See Also

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