Note: This property is new in the .NET Framework version 2.0.
Gets or sets the title of the
SiteMapNode object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Visual Basic (Declaration)
<LocalizableAttribute(True)> _
Public Overridable Property Title As String
Dim instance As SiteMapNode
Dim value As String
value = instance.Title
instance.Title = value
[LocalizableAttribute(true)]
public virtual string Title { get; set; }
[LocalizableAttribute(true)]
public:
virtual property String^ Title {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Title ()
/** @property */
public void set_Title (String value)
public function get Title () : String
public function set Title (value : String)
Property Value
A string that represents the title of the node. The default is String.Empty.
The Title property is used by navigation controls to render a label for the node, instead of using the Url property, while the Description property is used as a ToolTip element for mouse-over events.
A localized value of the Title property is returned if the EnableLocalization property is true.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
.NET Framework
Supported in: 2.0