Click or drag to resize

EventLogMessageCategoryType Property

Note: This API is now obsolete.

Gets the category that the event message belongs to.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute("use CategoryId instead")]
public CategoryType CategoryType { get; }

Property Value

Type: CategoryType
A CategoryType value that specifies one of the predefined categories.
See Also