XmlDataSourceDesigner.IDataSourceDesigner.CanRefreshSchema Property

Definition

For a description of this member, see CanRefreshSchema.

property bool System::Web::UI::Design::IDataSourceDesigner::CanRefreshSchema { bool get(); };
bool System.Web.UI.Design.IDataSourceDesigner.CanRefreshSchema { get; }
member this.System.Web.UI.Design.IDataSourceDesigner.CanRefreshSchema : bool
 ReadOnly Property CanRefreshSchema As Boolean Implements IDataSourceDesigner.CanRefreshSchema

Property Value

true if the schema can be refreshed; 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