ProxySiteMapNode.ReferencedNode property

Gets the CachedObjectSiteMapNode property that this node wraps or references.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property ReferencedNode As CachedObjectSiteMapNode
    Get
'Usage
Dim instance As ProxySiteMapNode
Dim value As CachedObjectSiteMapNode

value = instance.ReferencedNode
public CachedObjectSiteMapNode ReferencedNode { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.CachedObjectSiteMapNode
A reference to the CachedObjectSiteMapNode property.

See also

Reference

ProxySiteMapNode class

ProxySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace