EntityDataSourceDesigner::CanConfigure Property

 

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

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

public:
property bool CanConfigure {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the Configure method can be called; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: