PropertyMapCollection.Item Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")> _
Public ReadOnly Default Property Item ( _
strPropName As String _
) As PropertyMap
Get
'Usage
Dim instance As PropertyMapCollection
Dim strPropName As String
Dim value As PropertyMap
value = instance(strPropName)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")]
public PropertyMap this[
string strPropName
] { get; }
Parameters
- strPropName
Type: System.String
Property Value
Type: Microsoft.SharePoint.Portal.UserProfiles.PropertyMap