SPDiagnosticsService.DownloadErrorReportingUpdates property

Gets or sets a Boolean value to indicate if crash data collection and error reporting updates are automatically downloaded.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DownloadErrorReportingUpdates As Boolean
    Get
    Set
'Usage
Dim instance As SPDiagnosticsService
Dim value As Boolean

value = instance.DownloadErrorReportingUpdates

instance.DownloadErrorReportingUpdates = value
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.

Remarks

The user interface for this feature can be found at _admin/Privacy.aspx

See also

Reference

SPDiagnosticsService class

SPDiagnosticsService members

Microsoft.SharePoint.Administration namespace