BindVariable Class
Bind variable.
Properties
| Property | Description |
|---|---|
| Id | Gets or sets the variable identifier. |
| Overridable | Gets or sets whether this variable is overridable. |
| SourceLineNumbers | Gets or sets the source line number. |
| Value | Gets or sets the variable's value. |
WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }