OrganizationProfile.GetUsers 方法
请注意:此 API 现在已过时。
获取其成员资格类型匹配的指定的Microsoft.Office.Server.UserProfiles.OrganizationMembershipType本组织的所有成员。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("This class is no longer supported.")> _
Public Function GetUsers ( _
type As OrganizationMembershipType _
) As UserProfile()
用法
Dim instance As OrganizationProfile
Dim type As OrganizationMembershipType
Dim returnValue As UserProfile()
returnValue = instance.GetUsers(type)
[ObsoleteAttribute("This class is no longer supported.")]
public UserProfile[] GetUsers(
OrganizationMembershipType type
)
参数
返回值
类型:[]