SiteMapDataSource::IListSource::ContainsListCollection Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the collection is a collection of IList objects.
Assembly: System.Web (in System.Web.dll)
private: property bool ContainsListCollection { virtual bool get() sealed = IListSource::ContainsListCollection::get; }
Property Value
Type: System::Booleantrue if the SiteMapDataSource is associated with one or more SiteMapDataSourceView objects; otherwise, false.
Implements
IListSource::ContainsListCollectionThis member is an explicit interface member implementation. It can be used only when the SiteMapDataSource instance is cast to an IListSource interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: