can a Required attribute be revoked in overriden method?
Example: Baseclass virtual property A has attribute Required attached assigned to it.
Derived class overrides property A to reasign attributes, but somehow the Required attribute cannot be removed.
I couldn't with override. Only the same property with new worked but this is not what I want. I want to override the base classes property.
Sadly the IsRequired attribute has no Enabled property or similar.