Share via


LinuxProperties.IncludedPackageNameMasks Property

Definition

Gets or sets packages included from the software update configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to