Hi,
I wish I could but I didn't bookmarked it. I found it when I was
creating a custom control.
I have been fighting with the property default values since I started
creating an email class.
The problem is not when it is a string is more when it is a
mail.address.
Anyway, sometime ago I posted a similar problem but I gave the
mail.mailprioriry as a property example. This one was simples because
it acts like boolean and the approach I described works fine with it.
My main problems became when I started to need to created some more
complex default values, i.e., not constan.
Anyway, read this post:
http://groups.google.com/group/micro...1a08963618c1a4
Thanks,
Miguel
Steven Nagy wrote:
> Can you post a link to that MSDN entry?
> In that example, were they using a value type or a reference type for
> their property?