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
[read-only] | Count | int.
Gets the number of elements contained in the collection. |
[read-only] | IsFixedSize | bool.
Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. |
[read-only] | IsReadOnly | bool.
Gets a Boolean value indicating whether the collection is read-only. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |