UserProfileItems Property |
Gets a collection of profile data for the user.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<UserProfileItem> Items { get; }
Public ReadOnly Property Items As EntityCollection(Of UserProfileItem)
Get
public:
property EntityCollection<UserProfileItem^>^ Items {
EntityCollection<UserProfileItem^>^ get ();
}
member Items : EntityCollection<UserProfileItem> with get
Property Value
Type:
EntityCollectionUserProfileItem
See Also