PropertyCollection.Add Method
NOTE: This API is now obsolete.
Adds a property to this site.
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 Sub Add ( _
property As Property _
)
'Usage
Dim instance As PropertyCollection
Dim property As [Property]
instance.Add(property)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void Add(
Property property
)
Parameters
property
Type: Microsoft.Office.Server.UserProfiles.PropertyThe Property object to be added to this site.