SiteMapNode::IHierarchyData::Path Property

 

Gets the path of the hierarchical data item. For a description of this member, see IHierarchyData::Path.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

private:
property String^ Path {
	virtual String^ get() sealed = IHierarchyData::Path::get;
}

Property Value

Type: System::String^

The path of the data item.

The IHierarchyData::Path property delegates to the Url property.

This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an IHierarchyData interface.

.NET Framework
Available since 2.0
Return to top
Show: