IOverridableVariables Interface
Overridable variable information from the BA manifest.
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.6+73c897383236ddbbbc6ba257634013c1269ceec2
CommandLineType Property
The «see T:WixToolset.Mba.Core.VariableCommandLineType» of the bundle.
Declaration
public VariableCommandLineType CommandLineType { get; set; }
Variables Property
Variable Dictionary of variable name to «see T:WixToolset.Mba.Core.IOverridableVariableInfo» .
Declaration
public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IOverridableVariableInfo> Variables { get; set; }