NavigationTermSetView.SiteMapProviderName property
The name of a SiteMapProvider instance that identifies the navigation menu to be used when applying the ExcludeTermsByProvider property.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property SiteMapProviderName As String
Get
Set
'Usage
Dim instance As NavigationTermSetView
Dim value As String
value = instance.SiteMapProviderName
instance.SiteMapProviderName = value
public string SiteMapProviderName { get; set; }
Property value
Type: System.String
The name of a SiteMapProvider instance that identifies the navigation menu to be used.
Remarks
This property may be initialized to an empty string, in which case the ExcludeTermsByProvider trimming has no effect for this view. This property cannot be a null reference (Nothing in Visual Basic).