SiteMapDataSourceDesigner.CanRefreshSchema Property

Definition

Gets a value indicating whether the schema can be refreshed.

public:
 virtual property bool CanRefreshSchema { bool get(); };
public override bool CanRefreshSchema { get; }
member this.CanRefreshSchema : bool
Public Overrides ReadOnly Property CanRefreshSchema As Boolean

Property Value

This implementation always returns true.

Applies to

See also