Gets an ICollection containing the
values of this LogEntry.
Namespace: Endeca.LoggingAssembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0
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 (); } |