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