Adds a property Definition to the collectio.

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

Syntax

C#
public int Add(
	ProfilePropertyDefinition value
)
Visual Basic
Public Function Add ( 
	value As ProfilePropertyDefinition
) As Integer

Parameters

value
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinition
A ProfilePropertyDefinition object

Return Value

The index of the property Definition in the collection

See Also