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

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.Office.Server.UserProfiles Namespace