public sealed class StringSet : IMessage<Value.Types.StringSet>, IEquatable<Value.Types.StringSet>, IDeepCloneable<Value.Types.StringSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class Value.Types.StringSet.
A string set value that can hold a set of strings. The maximum length of
each string is 200 characters and there can be a maximum of 50 strings in
the string set.
[[["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.StringSet` class within the Resource Settings v1 API for .NET, detailing its structure and functionality."],["`StringSet` is a class that can contain multiple strings, with each string limited to 200 characters and the set having a maximum capacity of 50 strings."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which add several features and functionality to the class."],["The documentation lists the available versions, ranging from 1.0.0 to the latest version 2.5.0, and the available constructors, `StringSet()` and `StringSet(Value.Types.StringSet other)`."],["It also details the `Values` property, which is a `RepeatedField\u003cstring\u003e` representing the set of strings contained within the class."]]],[]]