ProfileSubtypePropertyManager.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 ProfileSubtypeProperty
'Usage
Dim record As IDataRecord
Dim returnValue As ProfileSubtypeProperty

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

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty

See also

Reference

ProfileSubtypePropertyManager class

ProfileSubtypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace