Click or drag to resize
UserProfileItems Property
Gets a collection of profile data for the user.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<UserProfileItem> Items { get; }

Property Value

Type: EntityCollectionUserProfileItem
See Also