Home PatchResult Class
PatchResult Class
Cancel

PatchResult Class

Namespace: Json.Patch

Inheritance: PatchResult 🡒 object

Results for a JSON Patch application.

Properties

NameTypeSummary
ErrorstringGets any error that occurred.
IsSuccessboolGets whether there was an error.
OperationintGets the last operation that was attempted.
ResultJsonNodeGets the resulting JSON document.
Contents