UserProfileChangeCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of UserProfileChange objects.
The UserProfileChangeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<UserProfileChange>.) | |
ChangeToken | ||
Count | (Inherited from List<UserProfileChange>.) | |
HasExceededCountLimit | Indicates whether the changes that can be represented in a collection have exceeded the maximum number. | |
Item | (Inherited from List<UserProfileChange>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<UserProfileChange>.) | |
IList.Contains | (Inherited from List<UserProfileChange>.) | |
ICollection.CopyTo | (Inherited from List<UserProfileChange>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<UserProfileChange>.) | |
IEnumerable.GetEnumerator | (Inherited from List<UserProfileChange>.) | |
IList.IndexOf | (Inherited from List<UserProfileChange>.) | |
IList.Insert | (Inherited from List<UserProfileChange>.) | |
IList.IsFixedSize | (Inherited from List<UserProfileChange>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<UserProfileChange>.) | |
IList.IsReadOnly | (Inherited from List<UserProfileChange>.) | |
ICollection.IsSynchronized | (Inherited from List<UserProfileChange>.) | |
IList.Item | (Inherited from List<UserProfileChange>.) | |
IList.Remove | (Inherited from List<UserProfileChange>.) | |
ICollection.SyncRoot | (Inherited from List<UserProfileChange>.) |
Top