'Declaration
Public Property TabletModels As Dictionary(Of String,Model)
'Usage
Dim instance As Resource Dim value As Dictionary(Of String,Model) instance.TabletModels = value value = instance.TabletModels
public Dictionary<string,Model> TabletModels {get; set;}
public: property Dictionary<String^,Model^>^ TabletModels { Dictionary<String^,Model^>^ get(); void set ( Dictionary<String^,Model^>^ value); }