SPPersistedChildCollection<T> properties
SharePoint 2013
The SPPersistedChildCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.) |
|
IsEmpty | Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.) |
|
Item[Guid] | Gets the persisted object in the collection based on the specified GUID. (Inherited from SPPersistedObjectCollection<T>.) |
|
Item[String] | Gets the persisted object in the collection based on the specified name. (Inherited from SPPersistedObjectCollection<T>.) |
|
Parent | Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.) |