IUserProfileProperties.Add

Syntax

Add(Name: String; Value: Variant): IUserProfileProperty;

Parameters

Name. Name of the additional property.

Value. Value of the additional property.

Description

The Add method adds additional property of the user to the collection.

Comments

The collection cannot contain multiple additional properties with the same name. If on adding the name of the current property is specified, its value is changed.

Example

The example of use is given in the description of the IUserProfiles.AddStr method

See also:

IUserProfileProperties