AemSettings.CollectCrashesFromVistaAndLater Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a Boolean value that determines whether to collect crashes from Windows Vista and later operating systems.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool CollectCrashesFromVistaAndLater { get; set; }
public:
property bool CollectCrashesFromVistaAndLater {
    bool get();
    void set(bool value);
}
member CollectCrashesFromVistaAndLater : bool with get, set
Public Property CollectCrashesFromVistaAndLater As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if crashes are collected from Windows Vista and later operating systems and false otherwise.

See Also

AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top