Share via


PropertyMapCollection.Item Property (String)

Gets the property map in the collection.

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

Syntax

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

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

Parameters

Property Value

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

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Item Overload

Microsoft.Office.Server.UserProfiles Namespace