次の方法で共有


VMGalleryApplication.Order プロパティ

定義

パッケージのインストール順序を指定します。省略可能な値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象