ProxySiteMapNode.ReferencedNode Property
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.