public sealed class Value.Types.EnumValue : IMessage<Value.Types.EnumValue>, IEquatable<Value.Types.EnumValue>, IDeepCloneable<Value.Types.EnumValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class Value.Types.EnumValue.
A enum value that can hold any enum type setting values.
Each enum type is represented by a number, this representation
is stored in the definitions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Value.Types.EnumValue` class is 2.5.0, and there are also 8 other documented versions available."],["`Value.Types.EnumValue` is an enum value class within the Resource Settings v1 API that can hold various enum type setting values, each represented by a unique number."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the `object` class."],["The `Value.Types.EnumValue` class has two constructors: a default constructor and one that takes another `Value.Types.EnumValue` object as a parameter for copying, and a `Value` property."],["The Value property of this class is used to store the string value of the enum."]]],[]]