Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- record
Type: System.Data.IDataRecord