SiteMapDataSource::ContainsListCollection Property
.NET Framework (current version)
Gets a value indicating whether the data source control contains a collection of data source view objects.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool ContainsListCollection { virtual bool get(); }
Property Value
Type: System::Booleantrue if the data source control contains a collection of data source view objects; otherwise, false.
The ContainsListCollection property calls the static ContainsListCollection method of the ListSourceHelper class.
.NET Framework
Available since 2.0
Available since 2.0
Show: