OrganizationProfile.Item Property

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