PortalSiteMapNode.Audience property

Gets a string that represents the audience to display this PortalSiteMapNode object to.

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

Syntax

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

value = instance.Audience
public virtual string Audience { get; }

Property value

Type: System.String
The string that represents the audience to display this PortalSiteMapNode object to.

Remarks

A a null reference (Nothing in Visual Basic) or empty string indicates that the node should be displayed to all users.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace