Gets an ICollection containing the
values of this PropertyMap.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual ICollection Values { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property Values As ICollection Get |
| Visual C++ |
|---|
public: virtual property ICollection^ Values { ICollection^ get (); } |