ListSiteMapPath.SiteMapProviders property

Gets or sets a comma-separated list of site map providers.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SiteMapProviders As String
    Get
    Set
'Usage
Dim instance As ListSiteMapPath
Dim value As String

value = instance.SiteMapProviders

instance.SiteMapProviders = value
public string SiteMapProviders { get; set; }

Property value

Type: System.String

Remarks

The list should be in the order in which data should be concatenated.

See also

Reference

ListSiteMapPath class

ListSiteMapPath members

Microsoft.SharePoint.WebControls namespace