Compartilhar via


UserProfileConfigManager.CountProfilesWithProperty method

Obtém o número de perfis com uma determinada propriedade.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public Function CountProfilesWithProperty ( _
    propertyName As String _
) As Integer
'Uso
Dim instance As UserProfileConfigManager
Dim propertyName As String
Dim returnValue As Integer

returnValue = instance.CountProfilesWithProperty(propertyName)
public int CountProfilesWithProperty(
    string propertyName
)

Parâmetros

Valor retornado

Type: System.Int32
O número de perfis.

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace