ProfilePropertyLoader.IgnoreUserPrivacy 属性
获取或设置一个布尔值,确定是否应忽略用户的隐私设置。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Property IgnoreUserPrivacy As Boolean
Get
Set
用法
Dim instance As ProfilePropertyLoader
Dim value As Boolean
value = instance.IgnoreUserPrivacy
instance.IgnoreUserPrivacy = value
public bool IgnoreUserPrivacy { get; set; }
属性值
类型:System.Boolean
true如果用户的隐私设置应该被忽略 ;否则为false。默认值为false。