07-01-04 01:49 AM
Without [Property(PropertySchemas.ID)] there is no compile-error("mustb
e
XML-SERIALIZABLE").
I need "[Property(typeof(PropertySchemas.ID))]" in a Xml-Serializable cl
XXX.
How do I use [Property(typeof(PropertySchemas.IDs))] and
specify a class as xml-serializable
(except using an attribute that control XML serialization)?
[ Post a follow-up to this message ]
|