Can anyone tell me how to read the property assignments of a CustomAttribute's constructor
[Display(Name = "This name and value")]
They don't seem to appear in either theattribute.ConstructorArguments
or theAttribute.Properties
(which is always empty).