ApplicationSummary.Versions プロパティ

定義

アプリケーションの使用可能なバージョンの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="versions")]
public System.Collections.Generic.IList<string> Versions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="versions")>]
member this.Versions : System.Collections.Generic.IList<string> with get, set
Public Property Versions As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象