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