AudienceLeftContent 类
表示操作数内容的访问群体规则。
继承层次结构
System.Object
Microsoft.Office.Server.Audience.AudienceLeftContent
命名空间: Microsoft.Office.Server.Audience
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class AudienceLeftContent
用法
Dim instance As AudienceLeftContent
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class AudienceLeftContent
备注
AudienceLeftContent表示一个规则定义的操作数部分。访问群体规则被指操作数 (AudienceLeftContent) 加上运算符 (AudienceOperator) 以及值。对于操作数的值由系统: 所有的用户配置文件属性标记为公共的再加上所有的用户名称。从Microsoft.Office.Server.UserProfiles命名空间中的Property对象中检索用户配置文件数据。此数据包含的属性,如名字、 名称、 标题,等等。对象的每个实例代表一个属性值从用户配置文件。此对象可以仅由AudienceManager对象进行实例化,并通过AudienceLeftContentList属性访问。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。