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

Syntax

C#
public class UserProfileCollection : PropertyChangeNotifyKeyedCollection<string, UserProfile>
Visual Basic (Declaration)
Public Class UserProfileCollection _
	Inherits PropertyChangeNotifyKeyedCollection(Of String, UserProfile)
Visual C++
public ref class UserProfileCollection : public PropertyChangeNotifyKeyedCollection<String^, UserProfile^>

Inheritance Hierarchy

See Also