Share via


PropertyMapCollection.Item Property

Gets the property map in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    propName As String _
) As PropertyMap
    Get
'Usage
Dim instance As PropertyMapCollection
Dim propName As String
Dim value As PropertyMap

value = instance(propName)
public PropertyMap this[
    string propName
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Server.UserProfiles.PropertyMap
Microsoft.SharePoint.Portal.UserProfiles.PropertyMap that contains the property map in the collection.

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Microsoft.Office.Server.UserProfiles Namespace