Share via


AccessCondition.IfMatch プロパティ

定義

If-Match条件を取得または設定します。 この操作は、サーバー上の ETag がこの値と一致する場合にのみ実行されます。

[Newtonsoft.Json.JsonIgnore]
public string IfMatch { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IfMatch : string with get, set
Public Property IfMatch As String

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象