CspDomain.FirstValue Property

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

Gets the first value in the restricted set.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FirstValue As Object
public abstract Object FirstValue { get; }
public:
virtual property Object^ FirstValue {
    Object^ get () abstract;
}
abstract FirstValue : Object
abstract function get FirstValue () : Object

Property Value

Type: System.Object
The first value in the restricted set.

.NET Framework Security

See Also

Reference

CspDomain Class

Microsoft.SolverFoundation.Solvers Namespace