Metodo DedEditAnagrControlGetValue
|
Permette di leggere il valore di uno specifico attributo.
Restituisce null se si specifica un attributo non esistente.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.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 String
- Nome dell'attributo del quale modificare il valore.
Valore di ritorno
ObjectValore dell'attributo.
Vedi anche