This documentation is archived and is not being maintained.
IListSource.ContainsListCollection Property
.NET Framework 1.1
Gets a value indicating whether the collection is a collection of IList objects.
[Visual Basic] ReadOnly Property ContainsListCollection As Boolean [C#] bool ContainsListCollection {get;} [C++] __property bool get_ContainsListCollection(); [JScript] function get ContainsListCollection() : Boolean;
Property Value
true if the collection is a collection of IList objects; otherwise, false.
Remarks
Using this property in DataSet returns true because the DataSet class contains a collection of collections. Using this property in DataTable returns false because the DataTable class contains a collection of objects.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IListSource Interface | IListSource Members | System.ComponentModel Namespace
Show: