Compartilhar via


ProfileManagerBase.Count property

Retorna o número total de perfis de um tipo de perfil.

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

Syntax

'Declaração
Public MustOverride ReadOnly Property Count As Long
    Get
'Uso
Dim instance As ProfileManagerBase
Dim value As Long

value = instance.Count
public abstract long Count { get; }

Property value

Type: System.Int64

Ver também

Referência

ProfileManagerBase class

ProfileManagerBase members

Microsoft.Office.Server.UserProfiles namespace