OrganizationProfile.Item property

NOTE: This API is now obsolete.

Returns the organization property values of the specified 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 ReadOnly Default Property Item ( _
    propName As String _
) As OrganizationProfileValueCollection
    Get
'Usage
Dim instance As OrganizationProfile
Dim propName As String
Dim value As OrganizationProfileValueCollection

value = instance(propName)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfileValueCollection this[
    string propName
] { get; }

Parameters

Property value

Type: Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace