Class WindowsOptionalFeatures
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the optional features for Windows machines.
public class WindowsOptionalFeatures : BypassSection
- Inheritance
-
WindowsOptionalFeatures
- Inherited Members
Constructors
WindowsOptionalFeatures()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsOptionalFeatures class.
public WindowsOptionalFeatures()
Properties
Items
Gets or sets the items in the collection.
public WindowsOptionalFeatureCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsOptionalFeatures class from the specified XML.
public static WindowsOptionalFeatures FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsOptionalFeatures
A CENTREL.XIA.Configuration.Types.WindowsOptionalFeatures class.
ToString()
Returns the optional features as a human readable string.
public override string ToString()
Returns
- string
The optional features as a human readable string.