IOverridableVariables Interface
Overridable variable information from the BA manifest.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| CommandLineType | The «see T:WixToolset.Mba.Core.VariableCommandLineType» of the bundle. |
| Variables | Variable Dictionary of variable name to «see T:WixToolset.Mba.Core.IOverridableVariableInfo» . |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
CommandLineType Property
Section titled “CommandLineType Property”The «see T:WixToolset.Mba.Core.VariableCommandLineType» of the bundle.
Declaration
Section titled “Declaration”public VariableCommandLineType CommandLineType { get; set; }Variables Property
Section titled “Variables Property”Variable Dictionary of variable name to «see T:WixToolset.Mba.Core.IOverridableVariableInfo» .
Declaration
Section titled “Declaration”public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IOverridableVariableInfo> Variables { get; set; }