B
Bryan
I have a class called "Prop". I want that class to have a property
called "DataType" where the user can select and store a datatype. How
can I store a DataType value in a class property.
how the code would work in my mind:
dim TempProp as new Prop
TempProp.DataType = String
called "DataType" where the user can select and store a datatype. How
can I store a DataType value in a class property.
how the code would work in my mind:
dim TempProp as new Prop
TempProp.DataType = String