Gets an item in the collection.

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

Syntax

C#
public ProfilePropertyDefinition this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As ProfilePropertyDefinition
	Get

Parameters

name
Type: System..::..String
The name of the Property to get

Return Value

A ProfilePropertyDefinition object

Remarks

This overload returns the item by its name

See Also