SPFarm.DownloadErrorReportingUpdates 属性
请注意:此 API 现在已过时。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use SPDiagnosticsService.DownloadErrorReportingUpdates")> _
Public Property DownloadErrorReportingUpdates As Boolean
Get
Set
用法
Dim instance As SPFarm
Dim value As Boolean
value = instance.DownloadErrorReportingUpdates
instance.DownloadErrorReportingUpdates = value
[ObsoleteAttribute("Use SPDiagnosticsService.DownloadErrorReportingUpdates")]
public bool DownloadErrorReportingUpdates { get; set; }
属性值
类型:System.Boolean
true下载更新故障数据收集和报告错误。否则为false。默认值是false。