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 SQL command.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Sub LoadPropertyDefinition ( _
cmd As SqlCommand, _
isSection As Boolean _
)
'Usage
Dim cmd As SqlCommand
Dim isSection As Boolean
Me.LoadPropertyDefinition(cmd, isSection)
protected void LoadPropertyDefinition(
SqlCommand cmd,
bool isSection
)
Parameters
cmd
Type: System.Data.SqlClient.SqlCommandThe prebuilt SQL command.
isSection
Type: System.BooleanThe value indicating whether this property is a section property.