SPFarm.DownloadErrorReportingUpdates property
NOTE: This API is now obsolete.
Gets or sets a Boolean value that specifies whether to download updates for an application that performs crash data collection and error reporting within the server farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPDiagnosticsService.DownloadErrorReportingUpdates")> _
Public Property DownloadErrorReportingUpdates As Boolean
Get
Set
'Usage
Dim instance As SPFarm
Dim value As Boolean
value = instance.DownloadErrorReportingUpdates
instance.DownloadErrorReportingUpdates = value
[ObsoleteAttribute("Use SPDiagnosticsService.DownloadErrorReportingUpdates")]
public bool DownloadErrorReportingUpdates { get; set; }
Property value
Type: System.Boolean
true to download updates for crash data collection and error reporting; otherwise, false. The default value is false.