次の方法で共有


OperationDisplay.Operation プロパティ

定義

操作の種類を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

たとえば、読み取り、書き込み、削除などです。

適用対象