Page.IsReusable Proprietà

Definizione

Ottiene un valore che indica se è possibile riutilizzare l'oggetto Page.

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

Valore della proprietà

Boolean

false in tutti i casi.

Implementazioni

Attributi

Si applica a

Vedi anche