Click or drag to resize

EventLogMessageBody Property

Gets the message body (text).

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public string Body { get; }

Property Value

Type: String
The text associated with the event log message.
See Also