IModulePage.CanRefresh Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.