PropertyBase.LoadPropertyDefinition method (IDataRecord)

Loads the property definition that is defined by the specified data record from the database.

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

Syntax

'Declaration
Protected MustOverride Sub LoadPropertyDefinition ( _
    record As IDataRecord _
)
'Usage
Dim record As IDataRecord

Me.LoadPropertyDefinition(record)
protected abstract void LoadPropertyDefinition(
    IDataRecord record
)

Parameters

See also

Reference

PropertyBase class

PropertyBase members

LoadPropertyDefinition overload

Microsoft.Office.Server.UserProfiles namespace