Skip to main content

IOverridableVariables Interface

Overridable variable information from the BA manifest.

Properties

PropertyDescription
CommandLineTypeThe «see T:WixToolset.Mba.Core.VariableCommandLineType» of the bundle.
VariablesVariable Dictionary of variable name to «see T:WixToolset.Mba.Core.IOverridableVariableInfo» .

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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; }