PropertyMapCollection.Item Property (ProfileTypeProperty)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
property As ProfileTypeProperty _
) As PropertyMap
Get
'Usage
Dim instance As PropertyMapCollection
Dim property As ProfileTypeProperty
Dim value As PropertyMap
value = instance(property)
public PropertyMap this[
ProfileTypeProperty property
] { get; }
Parameters
- property
Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
Property Value
Type: Microsoft.Office.Server.UserProfiles.PropertyMap