List<Dictionary<string, Object>> ViewMapping { get; }ReadOnly Property ViewMapping As List(Of Dictionary(Of String, Object))
Getproperty List<Dictionary<String^, Object^>^>^ ViewMapping {
List<Dictionary<String^, Object^>^>^ get ();
}abstract ViewMapping : List<Dictionary<string, Object>> with get