Gets the index of a property Definition

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

Syntax

C#
public int IndexOf(
	ProfilePropertyDefinition value
)
Visual Basic
Public Function IndexOf ( 
	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