CspTerm.Kind Property

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

Gets the value kind of a term.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Kind As CspDomain..::..ValueKind
public abstract CspDomain..::..ValueKind Kind { get; }
public:
virtual property CspDomain..::..ValueKind Kind {
    CspDomain..::..ValueKind get () abstract;
}
abstract Kind : CspDomain..::..ValueKind
abstract function get Kind () : CspDomain..::..ValueKind

Property Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain.ValueKind
The value kind of a term.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace