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 );
Thread safe
DPLFormDataModel Class | Portrate.Interview.Model Namespace