The members of System.Web.Profile.ProfileInfoCollection are listed below.
See Also: Inherited members from System.Object
Creates a new, empty System.Web.Profile.ProfileInfoCollection. |
[read-only] | Count | int.
Gets the number of System.Web.Profile.ProfileInfo objects in the collection. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the profile info collection is thread safe. |
[read-only] default property | Item(string) | ProfileInfo. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the synchronization root. |
Add(ProfileInfo)
| ||
Clear()
| ||
CopyTo(Array, int)
| ||
CopyTo(ProfileInfo[], int)
| ||
GetEnumerator()
| ||
Remove(string)
| ||
SetReadOnly()
|