> -Original Message-
> From: The DOTNET list will be retired 7/1/02
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jade Martin
> Sent: 22 June 2002 20:35
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] Class Design Question
>
>
> I am wondering the best way to code a class
I am wondering the best way to code a class. This class may be used in
remoting. Should I use property procedures for the setup parameters or
should I use function overloading? The first example would be faster and
less code but the second example would be easier to read in the client.
Are propert