Click or drag to resize
MembershipUserSearchResultUsers Property
Gets a collection of membership users from the search and pagination.

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

Property Value

Type: EntityCollectionMembershipUser
See Also