CspDomain.Kind Property

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

Gets the type of values in the domain.

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 type of values in the domain.

.NET Framework Security

See Also

Reference

CspDomain Class

Microsoft.SolverFoundation.Solvers Namespace