AemSettings.CollectCrashesFromPreVista Property
Applies To: Operations Manager for System Center 2012
Gets or sets a Boolean value that determines whether to collect crashes from operating systems prior to Windows Vista.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool CollectCrashesFromPreVista { get; set; }
public:
property bool CollectCrashesFromPreVista {
bool get();
void set(bool value);
}
member CollectCrashesFromPreVista : bool with get, set
Public Property CollectCrashesFromPreVista As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if crashes are collected from operating systems prior to Windows Vista and false otherwise.
See Also
AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top