XmlDataSourceDesigner::IDataSourceDesigner::CanConfigure Property

 

For a description of this member, see IDataSourceDesigner::CanConfigure.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

private:
property bool CanConfigure {
	virtual bool get() sealed = IDataSourceDesigner::CanConfigure::get;
}

Property Value

Type: System::Boolean

true if the data source can be configured; otherwise false.

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

.NET Framework
Available since 2.0
Return to top
Show: