MemberGroupProfileValueCollection Members
Include Protected Members
Include Inherited Members
Contains group properties for a MemberGroup object.
The MemberGroupProfileValueCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsDirty | (Inherited from ProfileValueCollectionBase.) | |
Item | (Inherited from ProfileValueCollectionBase.) | |
List | (Inherited from CollectionBase.) | |
Privacy | Returns the Privacy object associated with this profile property. (Inherited from ProfileValueCollectionBase.) | |
Profile | (Inherited from ProfileValueCollectionBase.) | |
ProfileManager | (Inherited from ProfileValueCollectionBase.) | |
ProfileSubtypeProperty | Returns the profile subtype property associated with this profile property. (Inherited from ProfileValueCollectionBase.) | |
Property | Obsolete. Returns the profile property associated with this profile property. (Inherited from ProfileValueCollectionBase.) | |
Value | Gets or sets the value of the profile property. (Inherited from ProfileValueCollectionBase.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top