ComponentSetting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the name and content of component.
public class ComponentSetting
type ComponentSetting = class
Public Class ComponentSetting
- Inheritance
-
ComponentSetting
Constructors
ComponentSetting() |
Initializes a new instance of the ComponentSetting class. |
ComponentSetting(String) |
Initializes a new instance of the ComponentSetting class with required arguments. |
Properties
Content |
Optional. Specifies the base-64 encoded XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less that 4 KB and must include the root element for the setting or feature that is being inserted. |
SettingName |
Required. Specifies the name of the setting to which the content applies. |