BindVariable Class
Bind variable.
Properties
Section titled “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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Id Property
Section titled “Id Property”Gets or sets the variable identifier.
Declaration
Section titled “Declaration”public string Id { get; set; }Overridable Property
Section titled “Overridable Property”Gets or sets whether this variable is overridable.
Declaration
Section titled “Declaration”public bool Overridable { get; set; }SourceLineNumbers Property
Section titled “SourceLineNumbers Property”Gets or sets the source line number.
Declaration
Section titled “Declaration”public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; }Value Property
Section titled “Value Property”Gets or sets the variable’s value.
Declaration
Section titled “Declaration”public string Value { get; set; }