次の方法で共有


LinuxProperties.ExcludedPackageNameMasks プロパティ

定義

ソフトウェア更新プログラムの構成から除外されたパッケージを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象