2011-02-08 125 views

回答

8

要獲取UserProfile信息,您可以使用UserProfileManager。

把他們都弄到:

UserProfileManager upm = new UserProfileManager(yourservercontext); 

foreach (UserProfile profile in upm) 
{ 
    //do something 
} 
+0

FYI:需要Microsoft.Office.Server.UserProfiles參考 – Raithlin 2011-04-19 09:30:02

相關問題