Restituisce 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 Object GetValue(
string attrName
)
Public Function GetValue (
attrName As String
) As Object
public:
Object^ GetValue(
String^ attrName
)
member GetValue :
attrName : string -> Object
Parametri
- attrName
- Tipo: SystemString
Nome dell'attributo.
Valore di ritorno
Tipo:
ObjectRestituisce il valore richisto oppure null se non lo trova.
Vedi anche