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.BooleanA Boolean value that determines whether the core property is a section.
Return Value
Type: Microsoft.Office.Server.UserProfiles.CoreProperty
A CoreProperty object.