Proprietà DedDataPartItem
             | 
          
        
        
            Restituisce o imposta il valore tramite la chiave corrispondente.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic Object this[
	string attr
] { get; set; }Public Default Property Item ( 
	attr As String
) As Object
	Get
	Set
public:
property Object^ default[String^ attr] {
	Object^ get (String^ attr);
	void set (String^ attr, Object^ value);
}member Item : Object with get, set
Parametri
- attr  String
 - Nome della chiave da impostare o restitiuire.
 
Valore di ritorno
ObjectRestituisce il valore corrispondente alla chiave specificata oppure null se non esiste.
Vedi anche