Basic collection of ProfilePropertyBindings. We need a special collection here to do notification back to the owning object so that the designer knows when things changed.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class ProfilePropertyBindingCollection : CollectionBase
Visual Basic (Declaration)
Public Class ProfilePropertyBindingCollection _
	Inherits CollectionBase
Visual C++
public ref class ProfilePropertyBindingCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    AjaxControlToolkit..::.ProfilePropertyBindingCollection

See Also