Metodo DedEditableObjectTSetValue
|
Imposta il contenuto di uno dei campi.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi protected void SetValue(
string property,
Object newVal
)
Protected Sub SetValue (
property As String,
newVal As Object
)
protected:
void SetValue(
String^ property,
Object^ newVal
)
member SetValue :
property : string *
newVal : Object -> unit
Parametri
- property
- Tipo: SystemString
- newVal
- Tipo: SystemObject
Vedi anche