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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPFarm Class

SPFarm Members

Microsoft.SharePoint.Administration Namespace