Gets the number of elements actually contained in the PropertyMap.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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 (); } |