Question:You want to create a user profile that uses a custom type as one of the profile properties. What actions must you take? (Choose all that apply.)
A Mark your class as serializable.
B Set the type attribute of the 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