次の方法で共有


RestoreParameters.RestoreMode プロパティ

定義

取得または設定は、復元のモードを表します。 使用可能な値は次のとおりです: 'PointInTime'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象