Share via


PropertyCollection.Create method

NOTE: This API is now obsolete.

Creates a Property object and specifies whether the property is a section.

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

Syntax

'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function Create ( _
    fIsSection As Boolean _
) As Property
'Usage
Dim instance As PropertyCollection
Dim fIsSection As Boolean
Dim returnValue As [Property]

returnValue = instance.Create(fIsSection)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Property Create(
    bool fIsSection
)

Parameters

  • fIsSection
    Type: System.Boolean

    true if this property is a section; otherwise, false.

Return value

Type: Microsoft.Office.Server.UserProfiles.Property
The object that represents the new property object.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Server.UserProfiles namespace