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
)
Public Sub SetValue (
attrName As String,
attrValue As Object
)
public:
void SetValue(
String^ attrName,
Object^ attrValue
)
member SetValue :
attrName : string *
attrValue : Object -> unit
Parametri
- attrName
- Tipo: SystemString
Nome dell'attributo. - attrValue
- Tipo: SystemObject
Valore da impostare (deve essere coerente con il tipo dati dell'attributo).
Vedi anche