SiteMapNodeCollection.IsFixedSize Property

Definition

Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection.

public:
 virtual property bool IsFixedSize { bool get(); };
public virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean

Property Value

true if you can add SiteMapNode objects to or remove SiteMapNode objects from the SiteMapNodeCollection; otherwise, false.

Applies to

See also