Click or drag to resize
LogMessageCategory Property
Gets the message category. This property is used to categorize log messages which is related to each other. A PowerPack for example, could define its own category for all messages that it logs.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public string Category { get; }

Property Value

Type: String
The message category.
Version Information

Supported in: 1.0.0.0
See Also