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.Booleantrue if this property is a section; otherwise, false.
Return Value
Type: Microsoft.Office.Server.UserProfiles.Property
The object that represents the new property object.