Public Properties (see also Protected Properties )

  Name Description
Action  Retrieves the action for the override. (inherited from SettingOverride )
AppliedConfigurationPass  Retrieves the configuration pass to which the override will be applied. (inherited from AnswerFileSettingOverride )
ChildSettingOverrides  Retrieves the collection of child overrides. (inherited from AnswerFileSettingOverride )
Component  Retrieves the root ComponentSetting object this override belongs to. (inherited from SettingOverride )
ConfigurationPasses Retrieves a collection of all configuration passes in which driver path settings can be applied during setup.
Definition  Retrieves the definition for the override (see SettingDefinition). (inherited from SettingOverride )
Domain Retrieves the domain name used to connect to the UNC driver path (optional).
DriverLocation Retrieves the path to the out-of-box device driver folder. The path can be a UNC path.
DynamicKey  Retrieves the value of the dynamic key if this is a dynamically keyed list item. (inherited from SettingOverride )
HasOverrideBelow  Checks whether this container has any setting overrides beneath it. (inherited from SettingOverride )
HasValueBelow  Checks whether this container has any setting overrides below it. (inherited from SettingOverride )
Key  Retrieves the value of the key for a list item. (inherited from SettingOverride )
Name  Retrieves the name of the setting. If the setting is a list item, the name will be in the format Name[key="value"]. (inherited from SettingOverride )
Parent  Retrieves the parent of the override value. (inherited from AnswerFileSettingOverride )
ParentOverrideContainer  Retrieves the instance of parent setting override container that contains the SettingOverride instance. If the setting override represents a top level setting, this will return null. (inherited from SettingOverride )
Password Retrieves or sets the password of the user account used to connect to the UNC driver path (optional).
Path  Retrieves the absolute path to the setting override from its containing component setting, in the format of SettingName1/SettingName2/.... (inherited from SettingOverride )
SettingDefinitionName  Retrieves the definition name of the setting. (inherited from SettingOverride )
SettingDefinitionPath  Retrieves the absolute definition path to the setting override from its containing component setting, in the format of SettingName1/SettingName2/.... (inherited from SettingOverride )
SettingOverrides  Retrieves all descendent setting overrides. (inherited from AnswerFileSettingOverride )
SettingOverrideSyncRoot  Returns the object that can be used to synchronize access to setting overrides in a multi-threading context. (inherited from AnswerFileSettingOverride )
StringArrayValue  Retrieves and sets the override value of a setting if the setting type is an array of strings. (inherited from AnswerFileSettingOverride )
UserName Retrieves or sets the user name used to connect to the UNC driver path (optional).
Value  Retrieves and sets the override value of a setting. (inherited from AnswerFileSettingOverride )

Protected Properties

  Name Description
StorePath  (inherited from SettingOverride )

See Also