Imposta il valore dell'attributo di distinta specificato.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public bool SetValue(
string attrName,
Object attrValue
)
Public Function SetValue (
attrName As String,
attrValue As Object
) As Boolean
public:
bool SetValue(
String^ attrName,
Object^ attrValue
)
member SetValue :
attrName : string *
attrValue : Object -> bool
Parametri
- attrName String
- Nome dell'attributo.
- attrValue Object
- Valore da impostare (deve essere coerente con il tipo dati dell'attributo).
Valore di ritorno
BooleanVedi anche