Metodo DedEditableObjectTSetValue
             | 
          
        
        
            Imposta il contenuto di uno dei campi.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassiprotected 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  String
 -  
 - newVal  Object
 -  
 
Vedi anche