Proprietà DedCommandIsImportingOperation
|
Restituisce o imposta se si tratti di una operazione di importazione (eseguita per esempio dal programma Importer.exe).
In tal caso il comando si comporta in modo da non effettuare i controlli in modo stretto.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public bool IsImportingOperation { get; set; }
Public Property IsImportingOperation As Boolean
Get
Set
public:
property bool IsImportingOperation {
bool get ();
void set (bool value);
}
member IsImportingOperation : bool with get, set
Valore della proprietà
Tipo:
BooleanVedi anche