Gets an item in the collection by Id.

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

Syntax

C#
public ProfilePropertyDefinition GetById(
	int id
)
Visual Basic
Public Function GetById ( 
	id As Integer
) As ProfilePropertyDefinition

Parameters

id
Type: System..::..Int32
The id of the Property to get

Return Value

A ProfilePropertyDefinition object

See Also