共用方式為


InputLinuxParameters.PackageNameMasksToInclude Property

Definition

Gets or sets package names to be included for patching.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to