B
BigDubb
As part of a custom Appointment Form I would like to store either an object
or struct for some data to be displayed in a grid.
A pretty simple object, with just three properties.
I haven't found any documentation that allows for assigning custom objects
to UserProperties. Is this possible?
If not, is there any way to store a collection of items or would I need to
build all of the items into a string, with some delimiter, and split based on
that?
Thanks.
or struct for some data to be displayed in a grid.
A pretty simple object, with just three properties.
I haven't found any documentation that allows for assigning custom objects
to UserProperties. Is this possible?
If not, is there any way to store a collection of items or would I need to
build all of the items into a string, with some delimiter, and split based on
that?
Thanks.