SiteMapNode::INavigateUIData::Name Property
.NET Framework (current version)
Gets the Title property of the site map node. For a description of this member, see INavigateUIData::Name.
Assembly: System.Web (in System.Web.dll)
private: property String^ Name { virtual String^ get() sealed = INavigateUIData::Name::get; }
Property Value
Type: System::String^Text that is displayed for a node of a navigation control; otherwise, String::Empty if no Title is set for the node.
Implements
INavigateUIData::NameThe INavigateUIData::Name property delegates to the Title 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: