System.Web.SiteMapNodeCollection: Property Members

The properties of System.Web.SiteMapNodeCollection are listed below. For a list of all members, see the SiteMapNodeCollection Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of elements contained in the collection.

[read-only]
IsFixedSizebool.

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

[read-only]
IsReadOnlybool.

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

[read-only]
IsSynchronizedbool.

Gets a Boolean value indicating whether access to the collection is synchronized (thread safe).

default property
Item(int)SiteMapNode. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.