Click or drag to resize

Metodo DedDataPartSetValue(String, Object)

Imposta un campo personalizzato con un nuovo valore.

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

Parametri

persfield  String
Nome del campo personalizzato da impostare.
Value  Object
Valore da impostare.

Implementa

IDedEditableSetValue(String, Object)
Vedi anche