This attribute is used to represent a string value of an enum elements.
Unlike StringValueAttribute, this attribute can be used multiple times. Which attribute should be used will be specified by key.
Key can't be generic (C# limitation) nor Enum (Attribute params can not be dynamic). Thus it is int.
Inheritance Hierarchy
System Attribute
CMS.Chat StringValueAttribute
CMS.Chat KeyStringValueAttribute
Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Examples
See Also