次の方法で共有


Configuration.Priority プロパティ

定義

構成に割り当てられている優先度番号。

[Newtonsoft.Json.JsonProperty(PropertyName="priority")]
public int Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="priority")>]
member this.Priority : int with get, set
Public Property Priority As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象