PropertyBaseManager<T>.Add method

Adds a property to the database.

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

Syntax

'Declaration
Public Sub Add ( _
    property As T _
)
'Usage
Dim instance As PropertyBaseManager
Dim property As T

instance.Add(property)
public void Add(
    T property
)

Parameters

  • property
    Type: T

See also

Reference

PropertyBaseManager<T> class

PropertyBaseManager<T> members

Microsoft.Office.Server.UserProfiles namespace