Share via


OperationDisplay.Operation Property

Definition

Gets operation type: Read, write, delete, etc.

[Newtonsoft.Json.JsonProperty(PropertyName="operation")]
public string Operation { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operation")>]
member this.Operation : string
Public ReadOnly Property Operation As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to