次の方法で共有


JsonPatchError.Operation プロパティ

定義

エラーの Operation 原因となった を取得します。

public:
 property Microsoft::AspNetCore::JsonPatch::Operations::Operation ^ Operation { Microsoft::AspNetCore::JsonPatch::Operations::Operation ^ get(); };
public Microsoft.AspNetCore.JsonPatch.Operations.Operation Operation { get; }
member this.Operation : Microsoft.AspNetCore.JsonPatch.Operations.Operation
Public ReadOnly Property Operation As Operation

プロパティ値

適用対象