Share via


PropertyDataTypeCollection.Item property

Gets the PropertyDataType object specified by the data type name.

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

Syntax

'Declaration
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)
public PropertyDataType this[
    string strTypeName
] { get; }

Parameters

Property value

Type: Microsoft.Office.Server.UserProfiles.PropertyDataType
The that contains the PropertyDataType object.

See also

Reference

PropertyDataTypeCollection class

PropertyDataTypeCollection members

Microsoft.Office.Server.UserProfiles namespace