OrganizationProfile.GetProfileValueCollection method

NOTE: This API is now obsolete.

Gets all the organization profile values for the specified organization property.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Usage
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
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace