Share via


CorePropertyManager.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 Function CreateManagedClass ( _
    record As IDataRecord _
) As CoreProperty
'Usage
Dim record As IDataRecord
Dim returnValue As CoreProperty

returnValue = Me.CreateManagedClass(record)
protected override CoreProperty CreateManagedClass(
    IDataRecord record
)

Parameters

Return Value

Type: Microsoft.Office.Server.UserProfiles.CoreProperty

See Also

Reference

CorePropertyManager Class

CorePropertyManager Members

Microsoft.Office.Server.UserProfiles Namespace