<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)
InvalidOperationException
The node is read-only.
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.