Proprietà DedCommandSilent
|
Restituisce o imposta se il comando debba visualizzare o meno i messaggi di conferma o di errore all'utente.
Di default è false.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public virtual bool Silent { get; set; }
Public Overridable Property Silent As Boolean
Get
Set
public:
virtual property bool Silent {
bool get ();
void set (bool value);
}
abstract Silent : bool with get, set
override Silent : bool with get, set
Valore della proprietà
Tipo:
BooleanVedi anche