Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IUserProfileProperties interface contains properties and methods used to work with the collection of additional properties of the user.
IUserProfileProperties
Property name | Brief description | |
Count | The Count property returns the number of additional properties in the collection. | |
Item | The Item property returns the parameters of the additional property of the user. |
Method name | Brief description | |
Add | The Add method adds additional property of the user to the collection. | |
Remove | The Remove method removes the specified additional property and returns the attribute of the successful removal. |
See also: