Proprietà DistHeaderIsLocked
             | 
          
        
        
            Restituisce se il record sia bloccato (dall'utente corrente o da un altro).
            Non legge dal Database, controlla solo se è compilato il campo USERLOCK.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic bool IsLocked { get; }Public ReadOnly Property IsLocked As Boolean
	Get
public:
property bool IsLocked {
	bool get ();
}member IsLocked : bool with get
Valore della proprietà
Boolean
Vedi anche