Click or drag to resize

Metodo DedDictionarySetValue(String, Object)

Imposta il valore corrispondente alla chiave passata oppure crea il campo se non esiste.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public void SetValue(
	string persfield,
	Object Value
)

Parametri

persfield  String
Chiave del campo da impostare.
Value  Object
Valore da impostare.

Implementa

IDedEditableSetValue(String, Object)
Vedi anche