[[["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-05 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."]]],[]]