Metodo DedNetApplicationLightInitWithoutAuthentication
             | 
          
        
        
            Esegue l'inizializzazione minima per poter almeno accedere alle variabili.
            Non richiede l'autenticazione dell'utente.
            Se restituisce false l'errore avvenuto è reperibile attraverso la proprietà LastError.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool LightInitWithoutAuthentication()
Public Function LightInitWithoutAuthentication As Boolean
public:
bool LightInitWithoutAuthentication()
member LightInitWithoutAuthentication : unit -> bool 
Valore di ritorno
BooleanRestituisce true se riesce altrimenti false.
Vedi anche