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
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