CachedObjectSiteMapNode.UniqueId Property
Unique ID (GUID) of this Windows SharePoint Services object.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property UniqueId As Guid
Get
'Usage
Dim instance As CachedObjectSiteMapNode
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
Property Value
Type: System.Guid