Literal.Id Property

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

Gets the identifier of a literal.

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

Syntax

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

Property Value

Type: System.Int32
The identifier of a literal.

.NET Framework Security

See Also

Reference

Literal Structure

Microsoft.SolverFoundation.Solvers Namespace