I need to create the same remote validation on 50 properties.
I have added this remote validation
[DropDownSelected("PCP")]
public Guid ProIdentifier { get; set; }
and I need to Use this code for 50 different properties but with different names.