Click or drag to resize

EventLogCategoryName Property

Gets the name of the category.

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

Property Value

Type: String
The text associated with the name of the category.
Remarks
This property returns same value as LocalizedName.
See Also