PortalSiteMapNode.Target property

Gets a string representing the _target property on the link rendered to represent this PortalSiteMapNode object.

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

Syntax

'Declaration
Public ReadOnly Property Target As String
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As String

value = instance.Target
public string Target { get; }

Property value

Type: System.String
The string representing the _target property on the link rendered to represent this PortalSiteMapNode object.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace