DotNetNuke 5.2
The ProfilePropertyDefinitionCollection class provides Business Layer methods for a collection of property Definitions

Namespace:  DotNetNuke.Entities.Profile
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class ProfilePropertyDefinitionCollection : CollectionBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ProfilePropertyDefinitionCollection _
	Inherits CollectionBase
Visual C++
[SerializableAttribute]
public ref class ProfilePropertyDefinitionCollection : public CollectionBase

Remarks

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    DotNetNuke.Entities.Profile..::.ProfilePropertyDefinitionCollection

See Also