SiteMapNodeCollection.IList.IsFixedSize Property
Definition
Gets a Boolean
value indicating whether the collection has a fixed size. For a description of this member, see IsFixedSize.
property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize
Property Value
true
if the SiteMapNodeCollection is read-only; otherwise, false
.