SiteMapNodeCollection::IsReadOnly Property

 

Gets a Boolean value indicating whether the collection is read-only.

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

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

Property Value

Type: System::Boolean

true if you can modify the SiteMapNodeCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: