次の方法で共有


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

適用対象