Compartir a través de


de la propiedad PropertyCollection.Count

NOTA: esta API está ahora obsoleta.

Obtiene al número de perfil de usuario en objetos de propiedad de esta colección.

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

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As PropertyCollection
Dim value As Integer

value = instance.Count
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public int Count { get; }

Valor de propiedad

Tipo: System.Int32
El número de objetos de propiedad de perfil de usuario para esta colección.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles