SqlDataSourceDesigner.CanConfigure Property
.NET Framework 3.0
Gets a value indicating whether the Configure method can be called by the design host.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_CanConfigure ()
public override function get CanConfigure () : boolean
Not applicable.
Property Value
true if the design host supports the IDataEnvironment interface; otherwise false.Community Additions
ADD
Show: