Gets an item in the collection by name.

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

Syntax

C#
public ProfilePropertyDefinition GetByName(
	string name
)
Visual Basic
Public Function GetByName ( 
	name As String
) As ProfilePropertyDefinition

Parameters

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

Return Value

A ProfilePropertyDefinition object

See Also