Skip to main content

BindVariable Class

Bind variable.

Properties

PropertyDescription
IdGets or sets the variable identifier.
OverridableGets or sets whether this variable is overridable.
SourceLineNumbersGets or sets the source line number.
ValueGets or sets the variable's value.

WixToolset.Data.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Id Property

Gets or sets the variable identifier.

Declaration

public string Id { get; set; } 

Overridable Property

Gets or sets whether this variable is overridable.

Declaration

public bool Overridable { get; set; } 

SourceLineNumbers Property

Gets or sets the source line number.

Declaration

public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; } 

Value Property

Gets or sets the variable's value.

Declaration

public string Value { get; set; }