GetLogsResponseMessages Property |
List of log messages that matched the criteria
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<LogMessage> Messages { get; set; }
Public Property Messages As List(Of LogMessage)
Get
Set
public:
property List<LogMessage^>^ Messages {
List<LogMessage^>^ get ();
void set (List<LogMessage^>^ value);
}
member Messages : List<LogMessage> with get, set
Property Value
Type:
ListLogMessageSee Also