Share via


JsonPatchError.Operation Property

Definition

Gets the Operation that caused the error.

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

Property Value

Applies to