Share via


IModulePage.CanRefresh Property

Definition

Gets a value indicating whether the page can be refreshed.

public:
 property bool CanRefresh { bool get(); };
public bool CanRefresh { get; }
member this.CanRefresh : bool
Public ReadOnly Property CanRefresh As Boolean

Property Value

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

Remarks

Implementers should use the CanRefresh property to determine whether the IModulePage object can be refreshed by using the Refresh method.

Applies to

See also