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