StateManagedCollection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the StateManagedCollection 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 contained in the StateManagedCollection collection. |
![]() ![]() | ICollection.IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases. |
![]() ![]() | 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 StateManagedCollection collection. This method returns null in all cases. |
![]() ![]() | IList.IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases. |
![]() ![]() | IList.IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the StateManagedCollection collection is read-only. |
![]() ![]() | IList.Item(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IStateManager element at the specified index. |
![]() ![]() | IStateManager.IsTrackingViewState | Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state. |


