Gets the value for the given data name. The name is absolute and matched exactly, including case sensitivity.
[Visual Basic] Public Function GetValue( _ ByVal name As String _ ) As String [C#] public string GetValue( string name ); [C++] public: String* GetValue( String* name ); [JScript] public function GetValue( String name ): String;
The value of the named data element
Thread safe
DPLFormDataModel Class | Portrate.Interview.Model Namespace