Share via


PropertyDataTypeCollection.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.PropertyDataTypeCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection" instead")> _
Public ReadOnly Default Property Item ( _
    strTypeName As String _
) As PropertyDataType
    Get
'Usage
Dim instance As PropertyDataTypeCollection
Dim strTypeName As String
Dim value As PropertyDataType

value = instance(strTypeName)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyDataTypeCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection" instead")]
public PropertyDataType this[
    string strTypeName
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.Portal.UserProfiles.PropertyDataType

See Also

Reference

PropertyDataTypeCollection Class

PropertyDataTypeCollection Members

Microsoft.SharePoint.Portal.UserProfiles Namespace