OptionalFeaturesFeatures Property

Gets or sets the optional features to install.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public Collection<string> Features { get; set; }

Property Value

CollectionString
A collection of optional features.

Remarks

Use the PowerShell Get-WindowsOptionalFeature command to get a list of valid feature names.

See Also