Checks the variables, user-variables, and the data model for the given named value.
[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;
DataContext Class | Portrate.Interview.Model Namespace