Share via


OrganizationProfile.GetProfileValueCollection method

NOTE: This API is now obsolete.

Obtém a organização todos os valores do perfil para a propriedade de organização especificada.

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

Syntax

'Declaração
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Uso
Dim instance As OrganizationProfile
Dim propName As String
Dim returnValue As ProfileValueCollectionBase

returnValue = instance.GetProfileValueCollection(propName)
[ObsoleteAttribute("This class is no longer supported.")]
public override ProfileValueCollectionBase GetProfileValueCollection(
    string propName
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase

Ver também

Referência

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace