Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- propertyName
Type: System.String
Property Value
Type: Microsoft.Office.Server.UserProfiles.PropertyMap
The that contains the property map in the collection.