L
Lucas Sain
Hi,
How do I make a property only modifiable by code and not design time. I
have a property that should only be modifieable by code and not design time,
What attribute should I use?
I tried [DesignTimeVisible(false)] but this gives me an compile error:
"Attribute 'DesignTimeVisible' is not valid on this declaration type. It is
valid on 'class, interface' declarations only."
Help is appreciated
Lucas
How do I make a property only modifiable by code and not design time. I
have a property that should only be modifieable by code and not design time,
What attribute should I use?
I tried [DesignTimeVisible(false)] but this gives me an compile error:
"Attribute 'DesignTimeVisible' is not valid on this declaration type. It is
valid on 'class, interface' declarations only."
Help is appreciated
Lucas