Couldn't find any related resources
I want to add a custom property to my visual webPart
, the normal way of adding properties not working with type
of Dictionary
[Personalizable(), WebBrowsable(), WebDisplayName("News Sources"), WebDescription("description")]
public Dictionary<Guid,string> NewsSources { get; set; }
any alternatives?