Page.IsReusable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Page-Objekt wiederverwendet werden kann.

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

Eigenschaftswert

Boolean

false in allen Fällen.

Implementiert

Attribute

Gilt für

Siehe auch