Metodo UtilityCheckPrjIsDed
             | 
          
        
        
            Controlla che il progetto attivo sia congruente con una root di progetto definita nel Database.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool CheckPrjIsDed(
	DedNetApplication app,
	string activePrj
)
Public Shared Function CheckPrjIsDed ( 
	app As DedNetApplication,
	activePrj As String
) As Boolean
public:
static bool CheckPrjIsDed(
	DedNetApplication^ app, 
	String^ activePrj
)
static member CheckPrjIsDed : 
        app : DedNetApplication * 
        activePrj : string -> bool Parametri
- app  DedNetApplication
 -  
 - activePrj  String
 - Progetto da controllare
 
Valore di ritorno
Boolean
Vedi anche