public sealed class 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."],[[["This webpage provides documentation for the `Value.Types.EnumValue` class within the Resource Settings v1 API for .NET."],["The `EnumValue` class represents an enum value that can hold any enum type, with each type represented by a number."],["The latest version of this API is 2.5.0 and there are several previous versions available, down to version 1.0.0."],["`EnumValue` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The class includes constructors for creating instances and has a `Value` property to store the enum's string representation."]]],[]]