Add(Name: String; Value: Variant): IUserProfileProperty;
Add(Name: String; Value: Variant): Prognoz.Platform.Interop.Metabase.IUserProfileProperty;
Name. Name of the additional property.
Value. Value of the additional property.
The Add method adds additional property of the user to the collection.
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.
The example of use is given in the description of the IUserProfiles.AddStr method
See also: