SiteMapNodeCollection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsFixedSize | Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. |
![]() | IsReadOnly | Gets a Boolean value indicating whether the collection is read-only. |
![]() | IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item[Int32] | Gets or sets the SiteMapNode object at the specified index in the collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements that are contained in the ICollection interface. This class cannot be inherited. |
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean value indicating whether access to the ICollection interface is synchronized (thread safe). This class cannot be inherited. |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the ICollection interface. This class cannot be inherited. |
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean value indicating whether the collection has a fixed size. For a description of this member, see IList::IsFixedSize. |
![]() ![]() | IList::IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean value indicating whether the collection is read-only. For a description of this member, see IList::IsReadOnly. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IList element at the specified index. |


