SiteMapNode::INavigateUIData::Description Property
.NET Framework (current version)
Gets the Description property of the site map node. For a description of this member, see INavigateUIData::Description.
Assembly: System.Web (in System.Web.dll)
private: property String^ Description { virtual String^ get() sealed = INavigateUIData::Description::get; }
Property Value
Type: System::String^Text displayed in a ToolTip for a node of a navigation control; otherwise, String::Empty, if no Description is set.
Implements
INavigateUIData::DescriptionThe INavigateUIData::Description property delegates to the Description property.
This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an INavigateUIData interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: