PropertyCollection.Add Method
Adds a property to this site.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Add ( _
property As Property _
)
'Usage
Dim instance As PropertyCollection
Dim property As [Property]
instance.Add(property)
public void Add(
Property property
)
Parameters
- property
Type: Microsoft.Office.Server.UserProfiles.Property
The Property object to be added to this site.