Gets the collection of UserProfile instances that describe characteristics of an application end user.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Collection<UserProfile> UserProfiles { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserProfiles As Collection(Of UserProfile)
Visual C++
public:
property Collection<UserProfile^>^ UserProfiles {
	Collection<UserProfile^>^ get ();
}

See Also