Share via


PropertyBase.LoadPropertyDefinition method (SqlCommand, Boolean)

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

  • isSection
    Type: System.Boolean

    The value indicating whether this property is a section property.

See also

Reference

PropertyBase class

PropertyBase members

LoadPropertyDefinition overload

Microsoft.Office.Server.UserProfiles namespace