Proprietà RootManagerCommandDbAlreadyLocked
             | 
          
        
        
            Indica se il database è già stato bloccato. 
            Di conseguenza non verrà effettuato un altro blocco.
            Di default è false;
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool DbAlreadyLocked { get; set; }Public Property DbAlreadyLocked As Boolean
	Get
	Set
public:
property bool DbAlreadyLocked {
	bool get ();
	void set (bool value);
}member DbAlreadyLocked : bool with get, set
Valore della proprietà
Boolean
Vedi anche