Gets current cached log entries.
| C# | Visual Basic | Visual C++ |
public SocketLogEntry[] LogEntries { get; }
Public ReadOnly Property LogEntries As SocketLogEntry() Get
public: property array<SocketLogEntry^>^ LogEntries { array<SocketLogEntry^>^ get (); }