Page.IsReusable Property

Definition

Gets a value indicating whether the Page object can be reused.

public:
 property bool IsReusable { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReusable { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReusable : bool
Public ReadOnly Property IsReusable As Boolean

Property Value

false in all cases.

Implements

Attributes

Applies to

See also