CspDomain.Count Property

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

Gets the number of distinct choices allowed in the domain.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Count As Integer
public abstract int Count { get; }
public:
virtual property int Count {
    int get () abstract;
}
abstract Count : int
abstract function get Count () : int

Property Value

Type: System.Int32
The number of distinct choices allowed in the domain.

.NET Framework Security

See Also

Reference

CspDomain Class

Microsoft.SolverFoundation.Solvers Namespace