次の方法で共有


MonitoringSettings.StoreResultsInDatabase Property

Definition

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

Applies to