MenuDesigner::CanRefreshSchema Property

 

Gets a value that indicates whether the provider can refresh the schema.

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

protected:
property bool CanRefreshSchema {
	bool get();
}

Property Value

Type: System::Boolean

true if the schema can be refreshed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: