XmlDataSourceDesigner.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 data source can be configured; otherwise false.

Implements

Remarks

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

Applies to

See also