CspPowerSet.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 a power-set domain.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain.ValueKind
The type of values in a power-set domain.

.NET Framework Security

See Also

Reference

CspPowerSet Class

Microsoft.SolverFoundation.Solvers Namespace