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