次の方法で共有


RestorePoint.ConsistencyMode プロパティ

定義

RestorePoint の consistencyMode を取得または設定します。 復元ポイントの作成時に入力で指定できます。 現時点では、CrashConsistent のみが有効な入力として受け入れられます。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 指定できる値は、'CrashConsistent'、'FileSystemConsistent'、'ApplicationConsistent' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")]
public string ConsistencyMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.consistencyMode")>]
member this.ConsistencyMode : string with get, set
Public Property ConsistencyMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象