2010-10-26 65 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 
相关问题