Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
654
WebObjectBase GetValue and SetValue
posted

Hello -

I've extended the appointment class to add some custom fields.  I followed the suggested implementation, using the WebObjectBase's GetValue and SetValue to store my new properties.  Can anyone tell me the benefit of this over having my own member variables?  I was hoping that this implementation would send my new properties to the UI in some way, so I can access the properties with client-side scripts. 

Thanks!

-Brian