The Portrate Interview Engine

DataContext.Values Property

Returns a union of the variables and the data values. The variables are prefixed with the VAR_CHAR character.

[Visual Basic]
Public Property ReadOnly Values As Hashtable
[C#]
public Hashtable Values { get; }
[C++]
public: __property Hashtable* get_Values();
[JScript]
public function get Values() : Hashtable

See Also

DataContext Class | Portrate.Interview.Model Namespace