次の方法で共有


Application.DefaultVersion プロパティ

定義

クライアントがアプリケーションを要求したが、バージョンを指定しない場合に使用するパッケージを取得または設定します。 このプロパティは、既存のパッケージの名前にのみ設定できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象