Skip to content

BindVariable Class

Bind variable.

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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets or sets the variable identifier.

public string Id { get; set; }

Gets or sets whether this variable is overridable.

public bool Overridable { get; set; }

Gets or sets the source line number.

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

Gets or sets the variable’s value.

public string Value { get; set; }