CorePropertyManager.Create method

Creates a CoreProperty object.

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

Syntax

'Declaration
Public Function Create ( _
    isSection As Boolean _
) As CoreProperty
'Usage
Dim instance As CorePropertyManager
Dim isSection As Boolean
Dim returnValue As CoreProperty

returnValue = instance.Create(isSection)
public CoreProperty Create(
    bool isSection
)

Parameters

  • isSection
    Type: System.Boolean

    A Boolean value that determines whether the core property is a section.

Return value

Type: Microsoft.Office.Server.UserProfiles.CoreProperty
A CoreProperty object.

See also

Reference

CorePropertyManager class

CorePropertyManager members

Microsoft.Office.Server.UserProfiles namespace