Inserts a property Definition into the collectio.

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

Syntax

C#
public void Insert(
	int index,
	ProfilePropertyDefinition value
)
Visual Basic
Public Sub Insert ( 
	index As Integer,
	value As ProfilePropertyDefinition
)

Parameters

index
Type: System..::..Int32
The index to insert the item at
value
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinition
A ProfilePropertyDefinition object

See Also