.NET Framework Class Library
SiteMapNode..::.ParentNode Property

Gets or sets the SiteMapNode object that is the parent of the current node.

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

Visual Basic (Declaration)
Public Overridable Property ParentNode As SiteMapNode
Visual Basic (Usage)
Dim instance As SiteMapNode
Dim value As SiteMapNode

value = instance.ParentNode

instance.ParentNode = value
C#
public virtual SiteMapNode ParentNode { get; set; }
Visual C++
public:
virtual property SiteMapNode^ ParentNode {
    SiteMapNode^ get ();
    void set (SiteMapNode^ value);
}
JScript
public function get ParentNode () : SiteMapNode
public function set ParentNode (value : SiteMapNode)

Property Value

Type: System.Web..::.SiteMapNode
The parent SiteMapNode; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic), if security trimming is enabled and the user cannot view the parent node.
Exceptions

ExceptionCondition
InvalidOperationException

The node is read-only.

Remarks

The SiteMapNode class relies on the site map provider with which it is associated to track its relationships to other nodes in the site map. The ParentNode property calls the GetParentNode method, passing a reference to itself, to retrieve the parent SiteMapNode.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0
See Also

Reference

Tags :


Page view tracker