EnumDescriptionAttribute Class
- Last UpdatedNov 06, 2025
- 1 minute read
Provides a description for an enumerated type.
'Declaration
<AttributeUsageAttribute(AttributeTargets.Enum Or _
AttributeTargets.Field,
AllowMultiple=False)>
Public NotInheritable Class EnumDescriptionAttribute
Inherits System.Attribute
[AttributeUsage(AttributeTargets.Enum |
AttributeTargets.Field,
AllowMultiple=false)]
public sealed class EnumDescriptionAttribute : System.Attribute
System.Object
System.Attribute
FactMES.Client.Common.EnumDescriptionAttribute