I have to add a string with double "Hide "My Account" Button" in a C# MVC Model (.cs) file. When I am adding it directly as a string it throws an error. I am adding my code below, please chec it.
[JsonProperty(PropertyName = "hidemyaccountbutton")]
[Display(Name = "Hide "My Account" Button")]