ProfileValueCollectionBase Class
Provides the abstract base class that represents the values for a profile property.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase
Microsoft.Office.Server.UserProfiles.MemberGroupProfileValueCollection
Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection
Microsoft.Office.Server.UserProfiles.UserProfileValueCollection
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class ProfileValueCollectionBase _
Inherits CollectionBase _
Implements IEnumerable
'Usage
Dim instance As ProfileValueCollectionBase
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class ProfileValueCollectionBase : CollectionBase,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.