OptionalFeaturesFeatures Property
Gets or sets the optional features to install.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
public Collection<string> Features { get; set; }
Public Property Features As Collection(Of String)
Get
Set
public:
property Collection<String^>^ Features {
Collection<String^>^ get ();
void set (Collection<String^>^ value);
}
member Features : Collection<string> with get, set
Property Value
CollectionString
A collection of optional features.
Use the PowerShell Get-WindowsOptionalFeature command to get a list of valid feature
names.