Metodo DedStateManagerIsOutOfDateStateOrWritableOutOfDateState
             | 
          
        
        
            Restituisce true se lo stato è di categoria OUTOFDATE o MODIFYING OUTOFDATE
            Consideriamo lo stato appartenente a questa categoria sempre come univoco.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool IsOutOfDateStateOrWritableOutOfDateState(
	DedState state
)
Public Function IsOutOfDateStateOrWritableOutOfDateState ( 
	state As DedState
) As Boolean
public:
bool IsOutOfDateStateOrWritableOutOfDateState(
	DedState^ state
)
member IsOutOfDateStateOrWritableOutOfDateState : 
        state : DedState -> bool Parametri
- state  DedState
 -  
 
Valore di ritorno
Boolean
Vedi anche