[JsonConverterAttribute(typeof(JsonStringEnumConverter))]
public required EditorBrowsableState BrowsableState { get; init; }<JsonConverterAttribute(GetType(JsonStringEnumConverter))>
Public Property BrowsableState As EditorBrowsableState
Get
Setpublic:
[JsonConverterAttribute(typeof(JsonStringEnumConverter))]
property EditorBrowsableState BrowsableState {
EditorBrowsableState get ();
void set (EditorBrowsableState value);
}function get_BrowsableState();
function set_BrowsableState(value);