[[["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."],["This attribute is designed for single use on a field, as it does not allow multiple instances."],["The class inherits from `Attribute` and ultimately from `object`, and contains methods such as `Equals`, `GetHashCode` and `GetType`."],["`StringValueAttribute` is constructed with a string parameter `text` that will contain the data for that member."],["The `Text` property of the attribute returns the string value that belongs to the associated member."]]],[]]