Gets the number of elements actually contained in the SupplementList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual int Count { get; }
Visual Basic
Public Overridable ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get ();
}

Field Value

The number of elements actually contained in the SupplementList.

Implements

ICollection..::..Count

See Also