Share via


OperationBase.OperationType Property

Definition

public:
 property Microsoft::AspNetCore::JsonPatch::Operations::OperationType OperationType { Microsoft::AspNetCore::JsonPatch::Operations::OperationType get(); };
[Newtonsoft.Json.JsonIgnore]
public Microsoft.AspNetCore.JsonPatch.Operations.OperationType OperationType { get; }
[<Newtonsoft.Json.JsonIgnore>]
member this.OperationType : Microsoft.AspNetCore.JsonPatch.Operations.OperationType
Public ReadOnly Property OperationType As OperationType

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to