MenuDesigner.CanRefreshSchema Property

Definition

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

protected:
 property bool CanRefreshSchema { bool get(); };
protected bool CanRefreshSchema { get; }
member this.CanRefreshSchema : bool
Protected ReadOnly Property CanRefreshSchema As Boolean

Property Value

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

Applies to

See also