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 ReadOnly Property Audience As String
Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As String
value = instance.Audience
public string Audience { get; }
Property Value
Type: System.String
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.