EventLogCategoryLocalizedName Property |
Gets the localized name of the category.
Namespace:
ABB.Robotics.Controllers.EventLogDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntaxpublic string LocalizedName { get; }Property Value
Type:
StringThe text associated with the name of the category.
RemarksThis property returns same value as
Name.
See Also