AemSettings.CollectCrashesFromVistaAndLater Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collect crashes from Windows Vista And Later OSes
public:
property bool CollectCrashesFromVistaAndLater { bool get(); void set(bool value); };
public bool CollectCrashesFromVistaAndLater { get; set; }
member this.CollectCrashesFromVistaAndLater : bool with get, set
Public Property CollectCrashesFromVistaAndLater As Boolean
Property Value
Returns a Boolean value that is true if crashes are collected from Windows Vista and later operating systems and false otherwise.