Proprietà UsrUserHiddenDbPaths
|
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.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public List<string> HiddenDbPaths { get; }
Public ReadOnly Property HiddenDbPaths As List(Of String)
Get
public:
property List<String^>^ HiddenDbPaths {
List<String^>^ get ();
}
member HiddenDbPaths : List<string> with get
Valore della proprietà
Tipo:
ListStringVedi anche