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: 26.4.0.0 (26.4.0.0)
Sintassi public 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à
ListStringVedi anche