Modifier

SiteMapDataSourceDesigner.IDataSourceDesigner.CanConfigure Property

Definition

For a description of this member, see CanConfigure.

property bool System::Web::UI::Design::IDataSourceDesigner::CanConfigure { bool get(); };
bool System.Web.UI.Design.IDataSourceDesigner.CanConfigure { get; }
member this.System.Web.UI.Design.IDataSourceDesigner.CanConfigure : bool
 ReadOnly Property CanConfigure As Boolean Implements IDataSourceDesigner.CanConfigure

Property Value

true if the underlying data source has a configuration wizard that can be launched with the Configure method; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the SiteMapDataSourceDesigner instance is cast to an IDataSourceDesigner interface.

Applies to

See also