Share via


ProfileTypePropertyManager.CreateManagedClass method

This member overrides PropertyBaseManager<T>.CreateManagedClass(IDataRecord).

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

Syntax

'Declaration
Protected Overrides NotOverridable Function CreateManagedClass ( _
    record As IDataRecord _
) As ProfileTypeProperty
'Usage
Dim record As IDataRecord
Dim returnValue As ProfileTypeProperty

returnValue = Me.CreateManagedClass(record)
protected override sealed ProfileTypeProperty CreateManagedClass(
    IDataRecord record
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty

See also

Reference

ProfileTypePropertyManager class

ProfileTypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace