Libreria DedNetConnector
DedDataLightGetValueAttr Method |
Ritorna il valore dell'attributo specificato in ingresso.
In ingresso deve essere specificato il nome interno dell'attributo.
Namespace: DedNetConnector
Assembly: DedNetConnector (in DedNetConnector.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public Object GetValueAttr( string attr )
Public Function GetValueAttr ( attr As String ) As Object
public: Object^ GetValueAttr( String^ attr )
member GetValueAttr : attr : string -> Object
Parameters
- attr
- Type: SystemString
Nome dell'atributo da cui prelevare il valore. Deve essere il nome effettivo e non quello visualizzato.
Return Value
Type: ObjectTipo: 'System.Object'; Valore dell'attributo.
See Also