OrganizationProfile.GetProfileValueCollection Method

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
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)
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