次の方法で共有


PatchInstallationDetail.Version プロパティ

定義

パッケージのバージョン文字列を取得します。 セマンティック バージョン管理に準拠している場合があります。 Linux にのみ適用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="version")]
public string Version { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="version")>]
member this.Version : string
Public ReadOnly Property Version As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象