Gets and sets an item in the collection.

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

Syntax

C#
public ProfilePropertyDefinition this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As ProfilePropertyDefinition
	Get
	Set

Parameters

index
Type: System..::..Int32
The index to get

Return Value

A ProfilePropertyDefinition object

Remarks

This overload returns the item by its index.

See Also