Proprietà DedDataPartItem
|
Restituisce o imposta il valore tramite la chiave corrispondente.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public 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
- Tipo: SystemString
Nome della chiave da impostare o restitiuire.
Valore di ritorno
Tipo:
ObjectRestituisce il valore corrispondente alla chiave specificata oppure null se non esiste.
Vedi anche