Compartir a través de


Clase ProfileValueCollectionBase

Proporciona la clase base abstracta que representa los valores de una propiedad de perfil.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class ProfileValueCollectionBase _
    Inherits CollectionBase _
    Implements IEnumerable
'Uso
Dim instance As ProfileValueCollectionBase
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class ProfileValueCollectionBase : CollectionBase, 
    IEnumerable

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros ProfileValueCollectionBase

Espacio de nombres Microsoft.Office.Server.UserProfiles