SPWeb.EventHandlersEnabled 属性
请注意:此 API 现在已过时。
Gets a Boolean value that indicates whether Windows SharePoint Services 2.0 event handlers can be used on the site.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property EventHandlersEnabled As Boolean
Get
用法
Dim instance As SPWeb
Dim value As Boolean
value = instance.EventHandlersEnabled
[ObsoleteAttribute("Use V3 style events")]
public bool EventHandlersEnabled { get; }
属性值
类型:System.Boolean
true if Windows SharePoint Services 2.0 event handlers are enabled; otherwise, false. This value does not correspond to Windows SharePoint Services 3.0 events.