How to use variable in properties

Apr 21 2004 6:33 AM
I want to use a variable (or constant) in following class property: [EventTrackingEnabled(true),ObjectPooling(true,1,50)] public class Aktualizacje : ServicedComponent {... instead of number 50 in many classes in many projects of one solution. Is it possible? Thx in adv