SPWeb.EffectivePresenceEnabled 属性
Gets a Boolean value that indicates whether effective presence information is enabled on the site.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property EffectivePresenceEnabled As Boolean
Get
用法
Dim instance As SPWeb
Dim value As Boolean
value = instance.EffectivePresenceEnabled
public bool EffectivePresenceEnabled { get; }
属性值
类型:System.Boolean
true if effective presence information is enabled; otherwise, false.
备注
The EffectivePresenceEnabled property returns the raw presence value combined with the global virtual server setting for presence, while the PresenceEnabled property gets or sets the raw presence value of the site. Use the EffectivePresenceEnabled property to display presence at run time, and use the PresenceEnabled property when creating administrative tools.