Gets or sets a list of user generated interpreted functions that the interpreter supports.
            
| C# | Visual Basic | Visual C++ | J# | JavaScript | 
public List<InterpretedFunction> InterpretedFunctions { get; set; }
Public Property InterpretedFunctions As List(Of InterpretedFunction)
public: property List<InterpretedFunction^>^ InterpretedFunctions { List<InterpretedFunction^>^ get (); void set (List<InterpretedFunction^>^ value); }
/** @property */ public List<InterpretedFunction> get_InterpretedFunctions() /** @property */ public void set_InterpretedFunctions(List<InterpretedFunction> value)
function get_InterpretedFunctions(); function set_InterpretedFunctions(value);