Clase UserProfileValueCollection
Representa una colección de valores de perfil de usuario.
Jerarquía de la herencia
System.Object
System.Collections.CollectionBase
Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase
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.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileValueCollection _
Inherits ProfileValueCollectionBase
'Uso
Dim instance As UserProfileValueCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileValueCollection : ProfileValueCollectionBase
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.