SiteMapNodeCollection::IsFixedSize Property

 

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

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

public:
property bool IsFixedSize {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: