ProfileSearchFlags 枚举
表示用于指定哪种类型的配置文件,在使用ProfileSearchManager时要搜索的标记的枚举。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration ProfileSearchFlags
用法
Dim instance As ProfileSearchFlags
[FlagsAttribute]
public enum ProfileSearchFlags
成员
成员名称 | 说明 | |
---|---|---|
User | 指定的标志,表示UserProfile搜索。 | |
Organization | 已过时。指定的标志,表示一个OrganizationProfile搜索。 | |
MemberGroup | 指定的标志,表示MemberGroup搜索。 |