Metodo DedStateManagerIsUnchangeableState
             | 
          
        
        
            Restituisce true se lo stato è di categoria UNCHANGEABLE
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool IsUnchangeableState(
	DedState state
)
Public Function IsUnchangeableState ( 
	state As DedState
) As Boolean
public:
bool IsUnchangeableState(
	DedState^ state
)
member IsUnchangeableState : 
        state : DedState -> bool Parametri
- state  DedState
 -  
 
Valore di ritorno
Boolean
Vedi anche