PropertyInfo counterPropertyInfo = GetProperty(); int value = (int)counterPropertyInfo.GetValue(this,null); counterPropertyInfo.SetValue(this,value + 1,null);