System.Web.UI.IHierarchyData.Item Property

Gets the hierarchical data node that the System.Web.UI.IHierarchyData object represents.

Syntax

public object Item { get; }

Value

Documentation for this section has not yet been entered.

Remarks

While many classes that represent hierarchical data nodes, such as the System.Web.SiteMapNode class, implement the System.Web.UI.IHierarchyData interface directly, other classes only act as a wrapper for a class that does not implement the interface. The IHierarchyData.Item property is provided for these design situations, when business objects are functionally equivalent to an System.Web.UI.IHierarchyData object but cannot be redesigned easily.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0