Gets a Profile Property Value from the Profile

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

Syntax

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

Parameters

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

Return Value

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

Remarks