SetParentTeamRequest team = new SetParentTeamRequest();team.BusinessId = new Guid("部门ID");team.TeamId = new Guid("团队ID");method.Execute(team);
method 是OrganizationServiceProxy对象的示例
转载于:https://www.cnblogs.com/lmy213/archive/2012/07/20/2601006.html
相关资源:JAVA上百实例源码以及开源项目