JsonStringEnumMemberNameAttribute public class JsonStringEnumMemberNameAttribute : Attribute Determines the string value that should be used when serializing an enum member. Documentation Code public string Name { get; } Gets the name of the enum member. public JsonStringEnumMemberNameAttribute(string name) Creates new attribute instance with a specified enum member name.