[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StringValueAttribute` class defines an attribute that holds a string representation of a member, primarily intended for use with fields."],["This attribute can only be applied once to each field, as it does not allow multiple applications."],["The `StringValueAttribute` class inherits from the `Attribute` class and has properties like `Text` to store the string, with the `Text` property returning the string associated with the member."],["This attribute has a constructor `StringValueAttribute(string text)` that allows the creation of the attribute, given a string."],["The latest version of this attribute is version 1.69.0, and there are previous versions listed, going as far back as 1.50.0."]]],[]]