Condividi tramite


Proprietà ShowToolBar

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata. Use ShowToolbar()()()() instead.

Spazio dei nomi  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Property ShowToolBar As Boolean
    Get
    Set
'Utilizzo
Dim instance As ExceptionMessageBox
Dim value As Boolean

value = instance.ShowToolBar

instance.ShowToolBar = value
public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
    bool get ();
    void set (bool value);
}
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean
function set ShowToolBar (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value.