Gets a Profile Property from the Profile

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

Syntax

C#
public ProfilePropertyDefinition GetProperty(
	string propName
)
Visual Basic
Public Function GetProperty ( 
	propName As String
) As ProfilePropertyDefinition

Parameters

propName
Type: System..::..String
The name of the property to retrieve.

Return Value

returnsM:DotNetNuke.Entities.Users.UserProfile.GetProperty(System.String)

Remarks