Shamil Salakhetdinov
shamil at smsconsulting.spb.ru
Thu Sep 17 11:41:54 CDT 2009
Hi All,
I wanted to set a value of BrowsableAttribute at runtime:
public class MyClass
{
[Browsable(true)]
public int P1 { get; set }
...
}
I can't find a way how to do that.
Any hints, tips and tricks would be greatly appreciated here.
Thank you.
--Shamil