MonitoringSettings.StoreResultsInDatabase 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.
Gets or sets whether monitoring results should be kept in the database.
public:
property bool StoreResultsInDatabase { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool StoreResultsInDatabase { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.StoreResultsInDatabase : bool with get, set
Public Property StoreResultsInDatabase As Boolean
Property Value
true
if results should be kept in the database; otherwise, false
.
- Attributes