Restituisce la root corrispondente avente un particolare nome.
            Restituisce null se non viene trovata (non solleva eccezioni).
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedRoot this[
	string rootName
] { get; }Public ReadOnly Default Property Item ( 
	rootName As String
) As DedRoot
	Get
public:
property DedRoot^ default[String^ rootName] {
	DedRoot^ get (String^ rootName);
}member Item : DedRoot with get
Parametri
- rootName  String
 - Nome della root da ottenere.
 
Valore di ritorno
DedRootRestituisce la root oppure null se non è presente.
Vedi anche