Click or drag to resize

Metodo BomItemSetValue

Imposta il valore dell'attributo di distinta specificato.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
public void SetValue(
	string attrName,
	Object attrValue
)

Parametri

attrName
Tipo: SystemString
Nome dell'attributo.
attrValue
Tipo: SystemObject
Valore da impostare (deve essere coerente con il tipo dati dell'attributo).
Vedi anche