Share via


JsonPatchDocument<TModel>.Operations Property

Definition

public System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation<TModel>> Operations { get; }
member this.Operations : System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation<'Model>>
Public ReadOnly Property Operations As List(Of Operation(Of TModel))

Property Value

List<Operation<TModel>>

Applies to