ICollection<IDictionary<string, Object>> Rows { get; }
ReadOnly Property Rows As ICollection(Of IDictionary(Of String, Object))
Get
property ICollection<IDictionary<String^, Object^>^>^ Rows {
ICollection<IDictionary<String^, Object^>^>^ get ();
}
abstract Rows : ICollection<IDictionary<string, Object>> with get