Freigeben über


SPFarm.DownloadErrorReportingUpdates-Eigenschaft

HINWEIS: Diese API ist veraltet.

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob zum Herunterladen von Updates für eine Anwendung, die Datensammlung Absturz und Fehlerberichterstattung innerhalb der Serverfarm ausgeführt wird.

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; }

Eigenschaftswert

Typ: System.Boolean
true zum Herunterladen von Updates für Absturz-Datensammlung und Fehlerberichte; andernfalls false. Der Standardwert ist false.

Siehe auch

Referenz

SPFarm Klasse

SPFarm-Member

Microsoft.SharePoint.Administration-Namespace