2010-10-26 73 views

回答

0

這是從我的頭頂,我的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