Share via


ProfileValueCollectionBase-Klasse

Stellt die abstrakte Basisklasse, die die Werte für eine Profileigenschaft darstellt.

Vererbungshierarchie

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.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class ProfileValueCollectionBase _
    Inherits CollectionBase _
    Implements IEnumerable
'Usage
Dim instance As ProfileValueCollectionBase
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class ProfileValueCollectionBase : CollectionBase, 
    IEnumerable

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ProfileValueCollectionBase-Member

Microsoft.Office.Server.UserProfiles-Namespace