Property ObjectMap As Dictionary(Of Type,Table)
Dim instance As IAutoMap Dim value As Dictionary(Of Type,Table) instance.ObjectMap = value value = instance.ObjectMap
Dictionary<Type,Table> ObjectMap {get; set;}
__property Dictionary<Type*,Table*>* get_ObjectMap(); __property void set_ObjectMap( Dictionary<Type*,Table*>* value );
property Dictionary<Type^,Table^>^ ObjectMap { Dictionary<Type^,Table^>^ get(); void set ( Dictionary<Type^,Table^>^ value); }