Literal.Var Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Boolean variable that forms a literal.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Var As Integer
public int Var { get; }
public:
property int Var {
    int get ();
}
member Var : int
function get Var () : int

Property Value

Type: System.Int32
The Boolean variable that forms the literal.

.NET Framework Security

See Also

Reference

Literal Structure

Microsoft.SolverFoundation.Solvers Namespace