SolverRegistrationCollection.Count Property

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

The number of registration entries in the collection.

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

Syntax

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

Property Value

Type: System.Int32

Implements

ICollection<T>.Count

.NET Framework Security

See Also

Reference

SolverRegistrationCollection Class

Microsoft.SolverFoundation.Services Namespace