我随同我的用户简介处附上了我的主动名录,并增加了从自动取款的习惯财产(雇员)。 用户简介服务在全面总结后,即能够正确阅读所有雇员住房财产价值,而且用户概况在行政小组中为69个。
但是,在试图阅读我共同点申请中雇员人数数据时,它放弃了“财产不成立”这一例外情况,而用户名管理人的财产价值是68。
我已经把我的习惯财产设定为“人人”的隐私环境,并相应地确保,在我的法典中使用正确的内部习惯财产名称。
任何建议?
我的法典样本如下:
SPServiceContext serverContext = SPServiceContext.GetContext(SPContext.Current.Site);
UserProfileManager profileManager = new UserProfileManager(serverContext);
UserProfile user = profileManager.GetUserProfile(System.Web.HttpContext.Current.User.Identity.Name);
int count = profileManager.Properties.Count; // Count = 68 [custom prop is not included]
string department = user["Department"].Value.ToString(); // Works fine
string employeeNumber = user["employeeNumber"].Value.ToString(); // Property Not Found