SiteMapDataSource.ContainsListCollection Property

 

Gets a value indicating whether the data source control contains a collection of data source view objects.

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

[<BrowsableAttribute(false)>]
abstract ContainsListCollection : bool with get
[<BrowsableAttribute(false)>]
override ContainsListCollection : bool with get

Property Value

Type: System.Boolean

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