IDataSourceDesigner::CanConfigure Property

 

Gets a value that indicates whether the Configure method can be called.

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

property bool CanConfigure {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: