The Portrate Interview Engine

DPLFormDataModel.SetValue Method 

Sets the value for the given data name.

[Visual Basic]
Public Sub SetValue( _ 
   ByVal name As String, _ 
   ByVal v As String _ 
)
[C#]
public void SetValue(
   string name,
   string v
);
[C++]
public: void SetValue(
   String* name,
   String* v
);
[JScript]
public function SetValue(
   String name,
   String v
);

Parameters

name
The name of the data member to set
v
The data member's value

Remarks

Thread safe

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace