[This is preliminary documentation and is subject to change.]
This protected member contains a table of TExternalBase..::.DllProperty objects
which stores the parameters used by the Dll. The table (in the form of a Dictionary)
should be initialized in Init()()() using RegisterProperty().

C# | Visual Basic | Visual C++ |
protected Dictionary<string, TExternalBase..::.DllProperty> _properties
Protected _properties As Dictionary(Of String, TExternalBase..::.DllProperty)
protected: Dictionary<String^, TExternalBase..::.DllProperty^>^ _properties