MenuDesigner.IDataBindingSchemaProvider.CanRefreshSchema Property

Definition

Gets a value indicating whether the provider can refresh the schema. For a description of this member, see the CanRefreshSchema property.

property bool System::Web::UI::Design::IDataBindingSchemaProvider::CanRefreshSchema { bool get(); };
bool System.Web.UI.Design.IDataBindingSchemaProvider.CanRefreshSchema { get; }
member this.System.Web.UI.Design.IDataBindingSchemaProvider.CanRefreshSchema : bool
 ReadOnly Property CanRefreshSchema As Boolean Implements IDataBindingSchemaProvider.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 MenuDesigner instance is cast to an IDataBindingSchemaProvider interface.

Applies to

See also