次の方法で共有


ObjectAdapter.LogErrorAction プロパティ

定義

ログ JsonPatchError記録のアクション。

public:
 property Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ LogErrorAction { Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ get(); };
public Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError> LogErrorAction { get; }
member this.LogErrorAction : Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError>
Public ReadOnly Property LogErrorAction As Action(Of JsonPatchError)

プロパティ値

適用対象