The Portrate Interview Engine

DataContext.Dictionary Property

Gets the dictionary for this context.

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

See Also

DataContext Class | Portrate.Interview.Model Namespace