PinkFloyd43
Programmer
I have an object, associated with SalesForce, where as I have ened up created quite a few properties with get/set, etc, I would like to put these properties in a 'partial' class so the original class is not so cluttered with all the properties, I know I can expand, etc. But wanted to work with partial classes.
I want to take all the private properties and their associated public get/set from the main class and move them to the XXXXXpartial.vb class? I have played around with this for hours now and have about ready to give up!
Thanks!
PinkFloyd43 - Well of course from the dark side of de moon!
I want to take all the private properties and their associated public get/set from the main class and move them to the XXXXXpartial.vb class? I have played around with this for hours now and have about ready to give up!
Thanks!
PinkFloyd43 - Well of course from the dark side of de moon!