Include

Includes this even if it would otherwise be excluded. If Exclude (or other UDA(@)) and Include are present value will be included. Can also be used on @property methods to include them. (Be sure both the setter and getter exist!) If used on a value of a base class value will be included.

Meta