Question:You wish to create a user profi le that uses a custom type as one of the profi le properties.
What actions must you take? (Choose all that apply.)
A Mark your class as serializable.
B Set the type attribute of the given profile property to the fully qualified name of
your custom type.C Add the group element to your profile property. Add one element to the group
element for each property in your custom type. Set each element’s name to match
that of a property in your custom type.D Add your custom type in the Machine.config file in the <customTypes> element.
+ AnswerA B
+ Report