Sdílet prostřednictvím


XmlDataSourceDesigner.CanRefreshSchema Vlastnost

Definice

Získá hodnotu označující, zda lze volat metodu RefreshSchema(Boolean) .

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

Hodnota vlastnosti

true, pokud lze metodu RefreshSchema(Boolean) volat, jinak false. Výchozí formát je false.

Platí pro

Viz také