SiteMapDataSource::IListSource::ContainsListCollection Property

 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
property bool ContainsListCollection {
	virtual bool get() sealed = IListSource::ContainsListCollection::get;
}

Property Value

Type: System::Boolean

true if the SiteMapDataSource is associated with one or more SiteMapDataSourceView objects; otherwise, false.

This 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
Return to top
Show: