Setting UMin or UMax to a variable's value

Hi,
Let’s say I have MinDamage and MaxDamage properties.
What I want is, to make sure that when setting MinDamage it won’t be able to set to a greater value than MaxDamage.
Is it possible?