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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.