Imposta il valore dell'attributo di distinta specificato.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic 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
Boolean
Vedi anche