System.Web.UI.WebControls.SiteMapDataSource.Provider Property

Gets or sets a System.Web.SiteMapProvider object that is associated with the data source control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public System.Web.SiteMapProvider Provider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the SiteMapDataSource.Provider property to specify the site map provider instance to use with the data source control. The instance can be different than the provider that is identified by the SiteMapDataSource.SiteMapProvider property, if set.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0