StateManagedCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the StateManagedCollection collection.
|
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.Count |
Gets the number of elements contained in the StateManagedCollection collection.
|
| System.Collections.ICollection.IsSynchronized |
Gets a value indicating whether the StateManagedCollection collection is synchronized (thread safe). This method returns false in all cases.
|
| System.Collections.ICollection.SyncRoot |
Gets an object that can be used to synchronize access to the StateManagedCollection collection. This method returns a null reference (Nothing in Visual Basic) in all cases.
|
| System.Collections.IList.IsFixedSize |
Gets a value indicating whether the StateManagedCollection collection has a fixed size. This method returns false in all cases.
|
| System.Collections.IList.IsReadOnly |
Gets a value indicating whether the StateManagedCollection collection is read-only.
|
| System.Collections.IList.Item |
Gets the IStateManager element at the specified index.
|
| System.Web.UI.IStateManager.IsTrackingViewState |
Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state.
|