Proprietà UsrUserHiddenCommDbPaths
             | 
          
        
        
            Restituisce la lista dei DbPath delle famiglie che non sono leggibili dall'utente (permesso READ = false).
            Restituisce sempre una lista inizializzata ma vuota se non ce ne sono.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic List<string> HiddenCommDbPaths { get; }Public ReadOnly Property HiddenCommDbPaths As List(Of String)
	Get
public:
property List<String^>^ HiddenCommDbPaths {
	List<String^>^ get ();
}member HiddenCommDbPaths : List<string> with get
Valore della proprietà
ListString
Vedi anche