SiteMapDataSource.ContainsListCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the data source control contains a collection of data source view objects.
public:
virtual property bool ContainsListCollection { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool ContainsListCollection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContainsListCollection : bool
Public Overridable ReadOnly Property ContainsListCollection As Boolean
Property Value
true
if the data source control contains a collection of data source view objects; otherwise, false
.
- Attributes
Remarks
The ContainsListCollection property calls the static ContainsListCollection method of the ListSourceHelper class.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.