это не в моей голове, а мой vb.net ржавый, поэтому относитесь к нему как к псевдо-коду, который может работать как есть
Public Function GetProfileFullName(username as String) as String
Dim profile as ProfileBase = ProfileBase.Create(username);
Return profile.GetPropertyValue("FullName") as String;
End Function