Metodo DedProgManagerIsProgReserved
             | 
          
        
        
            Restituisce se il progressivo da settare è già riservato a qualche utente.
            Internamente effettua una operazione RICORSIVA sui genitori della famiglia passata.
            In questo modo se la famiglia corrente ha un progressivo ereditato, il controllo viene 
            effettuato su quella di livello superiore.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic static bool IsProgReserved(
	DedTypeBase fam,
	string newValue
)
Public Shared Function IsProgReserved ( 
	fam As DedTypeBase,
	newValue As String
) As Boolean
public:
static bool IsProgReserved(
	DedTypeBase^ fam, 
	String^ newValue
)
static member IsProgReserved : 
        fam : DedTypeBase * 
        newValue : string -> bool Parametri
- fam  DedTypeBase
 - Famiglia sulla quale verificare il progressivo.
 - newValue  String
 - Valore del progressivo da impostare.
 
Valore di ritorno
Boolean
Vedi anche